"Store" is an e-commerce developed with NodeJS, ExpressJS and MongoDB
Requirements:
Type:
- RESTFul
Node version:
- v14.17.1
To run this project, install it locally using npm:
$ cd .../projectName
$ npm install
$ npm run dev
Run tests
npm run test:watch