GitXplorerGitXplorer
f

node-rest-api

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
ac4ed15aa0cdf9b356f7fe73ff11c465d628908d

fix: pre-push hook

fferrgo committed 10 months ago
Unverified
09f38c5613dc264f9aeee247ed59b1720ac1b959

docs: remove docker commands from readme

fferrgo committed 2 years ago
Unverified
af1808d6a119241261fa96c20ac410144a283e99

docs: add yarn commands to readme

fferrgo committed 2 years ago
Unverified
81fb66e673d047f8a3534207f54fa7472af90877

feat: add cart api to checkout

fferrgo committed 2 years ago
Unverified
30997aa453456f0cf20fa5df9e3ccb4ae0e2e97d

feat: add cart api to remove items

fferrgo committed 2 years ago
Unverified
35fb10c44a8dd2a6af897b3cb0c7e0bb582f8d42

feat: cart api to add item

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