A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
A Simple CRUD Web API with NestJs, Postgres, Sequelize ORM.
$ git clone https://github.com/onwuvic/nest-blog-api.git- cd into
nest-blog-api - run
npm install - set up your postgres database
- rename
.env.sampleto.envand populate the required parameters - run
npm run start:dev
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod- Author - Victor Onwuzor
- Twitter - @victoronwuzor