REST API with NestJs, Postgres, Sequelize ORM.
$ git clone https://github.com/tristiyadi/back-nest-api.git
- 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
$ npm i -g npm-check-updates
$ ncu -u
$ npm install