nest-blog-api
nest-blog-api copied to clipboard
Blog Web API with NestJs, Postgres, and Sequelize ORM
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Description
A Simple CRUD Web API with NestJs, Postgres, Sequelize ORM.
Installation
$ git clone https://github.com/onwuvic/nest-blog-api.git
Running the app
- 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
Stay in touch
- Author - Victor Onwuzor
- Twitter - @victoronwuzor
License
MIT licensed.