Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
PR-URL: metarhia#70
  • Loading branch information
tshemsedinov committed Jan 26, 2021
1 parent 36f9715 commit 7a3a059
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ 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
[github](https://github.com/HowProgrammingWorks/NodejsStarterKit/issues)

## License

Copyright (c) 2020 Metarhia contributors.
Copyright (c) 2020-2021 Metarhia contributors.
This starter kit is [MIT licensed](./LICENSE).
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metarhia",
"version": "1.0.0",
"version": "1.0.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metarhia Application Example",
"license": "MIT",
Expand Down

0 comments on commit 7a3a059

Please sign in to comment.