juanpablocs / shoplist-nestjs

Shop list ecommerce typescript with nest.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

App Store

App basic shop store created with Nest, actions created:

  • Auth login
  • Auth register
  • List products
  • Create product
  • List cart
  • Add cart
  • List orders
  • Create order

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

License

Nest is MIT licensed.

About

Shop list ecommerce typescript with nest.js


Languages

Language:TypeScript 97.4%Language:JavaScript 2.6%