Ecommerce backend for Dev Bazar. Check API documentation here
- Nest
- TypeScript
- PostgreSQL
- TypeORM
- SwaggerUI for API documentation
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
$ npm run start:dev:db