Rest API Back-end Repository for Task Managment App (TypeScript, Node & PostgreSQL).
# setup
$ npm install
- Create a new PostgreSQL database
db_task_management_app
in your local machine. - Change any configuration from
config/development.yml
based on your environment setup. Example, changingdb.password
to the password you have or adding a customdb.port
in your local PostgreSQL database. - Run one of the below commands, preferably
start:dev
- Visit the URL https://documenter.getpostman.com/view/10442564/Szme3d6X?version=latest for the documentation on running the API.
# development
$ npm run start
# watch mode
$ npm run start:dev