• Stars
    star
    138
  • Rank 263,731 (Top 6 %)
  • Language
    TypeScript
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.sample to .env and 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

License

MIT licensed.