Skip to content

alisherafat01/nest-ecommerse

Repository files navigation

Nest Logo

Description

Simple E-commerce project based on nest.js framework

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

TODO

  • MongoDB
  • Data Serializer for mongoose
  • Nice solution for DTO reusing in update/create scenarios
  • Swagger Documentation
  • Graphql API for orders