Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.12 KB

File metadata and controls

20 lines (18 loc) · 1.12 KB

Objective

  • Create RESTful endpoint(s) to expose Rewards Data.
  • Create an algorithm to calculate a user's rewards points.
  • Create a Customer Rewards Dashboard Application.

Instructions

  • Fork this repo.
  • Install the Dependencies below.
  • Follow the instructions in these 2 projects in the following order:
    1. RewardsService(required)
    2. RewardsUI (optional)
  • Follow python best practices, and ensure endpoints are RESTFul
  • Make sure to read up on tornado, mongo db, RESTFul APIs if you are not familiar with the concepts or technologies
  • Use incremental commits on a story branch to show how you arrived at your solutions.
  • Push your story branch to your fork.
  • Issue a pull request against the master branch of this repo.

Dependencies

Docker