GitXplorerGitXplorer
f

node-rest-api

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
e134fac5277975b785d4a1a562a6efd299e69b00

feat: add http interface and products controller

fferrgo committed 2 years ago
Unverified
17112d750d1a384d7d7cdcb9e2bb03c85357fb37

refactor: move folders

fferrgo committed 2 years ago
Unverified
98e38fbeabb62f15f17baeb0064afcb9e8e747f5

feat: add cart service

fferrgo committed 2 years ago
Unverified
755645c9103958158f42df7d05056656bb6e534e

feat: add product module

fferrgo committed 2 years ago
Unverified
48d104b2814d391cf54b7cf7d7a617bde5bd3d3a

feat: allow apply promo after cart creation

fferrgo committed 2 years ago
Unverified
04d4130b08d9a6df4589d61dd1664f7e7b966506

feat: add and remove items on cart

fferrgo committed 2 years ago

README

The README file for this repository.

Shopping Cart with Promo discounts

Running

Using yarn

Have Yarn installed locally:

yarn
yarn run start:dev

This will start the server with nodemon and watch for file changes

Testing

Using yarn

Have Yarn installed locally:

yarn
yarn run test:cov

This will run tests with coverage and log report on /coverage. A HTML can be found to check coverage details ./coverage/tests/lcov-report/index.html