Skip to content

onwuvic/nest-blog-api

Repository files navigation

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.

Releases

No releases published

Packages

No packages published