Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 732 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 732 Bytes

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