Skip to content

gkanishk/dev-bazar-be

Repository files navigation

Dev Bazar Backend

Description

Ecommerce backend for Dev Bazar. Check API documentation here

Build using:

  • Nest
  • TypeScript
  • PostgreSQL
  • TypeORM
  • SwaggerUI for API documentation

Screenshot 2021-07-30 at 6 08 46 PM

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Connect In-house DB using docker:

$ npm run start:dev:db