Skip to content

Nest.js Rest API Back-end: Task Managment App (TypeScript, Node & PostgreSQL)

License

Notifications You must be signed in to change notification settings

IamManchanda/api-task-management-app

Repository files navigation

Rest API Back-end: Task Managment App

Rest API Back-end Repository for Task Managment App (TypeScript, Node & PostgreSQL).

Installation

# setup
$ npm install

Running the app (development)

  1. Create a new PostgreSQL database db_task_management_app in your local machine.
  2. Change any configuration from config/development.yml based on your environment setup. Example, changing db.password to the password you have or adding a custom db.port in your local PostgreSQL database.
  3. Run one of the below commands, preferably start:dev
  4. 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

About

Nest.js Rest API Back-end: Task Managment App (TypeScript, Node & PostgreSQL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published