Skip to content

dorji-tshering/E-Commerce-API

Repository files navigation

My first try at NestJs backend server.

The server simulates the ecommerce API where a user/porduct is added, updated, deleted, and retrieved.

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

Support the framework

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch with the author and visit the docs if you are into it

License

Nest is MIT licensed.

About

Simulation of an e-commerce server with Nestjs(Typescript) Framwork and mysql database. Follows MVC design pattern. Authentication and authorization with JWT and PassportStrategy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors