Write a web service that accepts http requests and returns responses coding challenge.
- Add points to user account for specific payer and date
- Deduct points from the user account using above constraints and return a list of [payer, points deducted] for each call to spend points
- POST /add-points
- POST /deduct-points
Deduct-points response
Add-points response
Javascript
- Node.js
- Express.js
Database
- Mongodb