Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 352 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 352 Bytes

PricingDataAPI

Service based on NodeJS/Express

Before installing, make sure that you have a MongoDB database management system and Redis database
Run 'npm install' command
To start service run the 'npm start' command
Run the query 'http://localhost:3000/addCoupons' to add 4 start coupons

Run the 'npm test' command to run unit tests