Task Manager app allows to add and track tasks for any authorized user. Users that is granted with admin role may observe and edit other user's tasks. Users can easily filter their tasks by priority and status.
- Node.js
- PostgreSQL
- Import the
tasks.sql
database:
$ psql -d tasks -f tasks.sql
- Pull all the project dependencies:
$ npm install
-
Make a proper database settings in
config.js
file. -
Run the following command from project root directory:
$ node app.js