Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 483 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 483 Bytes

Description

REST API with NestJs, Postgres, Sequelize ORM.

Installation

$ git clone https://github.com/tristiyadi/back-nest-api.git

Running the app

  • cd into back-nest-api
  • run npm install
  • set up your postgres database
  • rename .env.sample to .env and populate the required parameters
  • run npm run start:dev

Upgrading Package Projects

$ npm i -g npm-check-updates
$ ncu -u
$ npm install

License

MIT licensed.