testShoppingAPI

Exercice

The purpose of this exercice is to make a simple API for a cart shop.

Installation

npm

npm install
npm start

Tests

for a batch of unit tests

npm run test

for an user experience test (the API must be runnnig)

npm run testScript

Thanks !