From 7a3a0594ad5d68d8f4a82f64059bed375b12668b Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Tue, 26 Jan 2021 23:52:37 +0200 Subject: [PATCH] Version 1.0.1 PR-URL: https://github.com/metarhia/Example/pull/70 --- LICENSE | 2 +- README.md | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 6169db76..addd29f2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Metarhia contributors +Copyright (c) 2020-2021 Metarhia contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 20716fe0..14eff1a2 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,11 @@ let's start with - Start your project modifying this starter kit - Before running server initialize the DB: - First of all, make sure you have PostgreSQL installed. - - Create new user and database for the application: + - Create new user and database for the application: `psql -f application/db/install.sql -U postgres` - - Initialize database structure: + - Initialize database structure: `PGPASSWORD=marcus psql -d application -f application/db/structure.sql -U marcus` - - Initialize database data: + - Initialize database data: `PGPASSWORD=marcus psql -d application -f application/db/data.sql -U marcus` - Run project: `node server.js` and stop with Ctrl+C - Ask questions in https://t.me/nodeua and post issues on @@ -70,5 +70,5 @@ let's start with ## License -Copyright (c) 2020 Metarhia contributors. +Copyright (c) 2020-2021 Metarhia contributors. This starter kit is [MIT licensed](./LICENSE). diff --git a/package-lock.json b/package-lock.json index b660393c..ef7fbcef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metarhia", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d333340..2b318250 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metarhia", - "version": "1.0.0", + "version": "1.0.1", "author": "Timur Shemsedinov ", "description": "Metarhia Application Example", "license": "MIT",