Skip to content

hamzasajid1995/Nest-Blog-Post

Repository files navigation

Nest.js Blog Post App

Description

Nest.js app for fetching and posting blogs with signin/up capablities

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod