points-excercise

Write a web service that accepts http requests and returns responses coding challenge.

Requirements

  • 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

Routes

  • POST /add-points
  • POST /deduct-points

Features

Deduct-points response

add-points

Add-points response

deduct-points

Languages & Tools

Javascript

  • Node.js
  • Express.js

Database

  • Mongodb

Contributors