- Create RESTful endpoint(s) to expose Rewards Data.
- Create an algorithm to calculate a user's rewards points.
- Create a Customer Rewards Dashboard Application.
- Fork this repo.
- Install the Dependencies below.
- Follow the instructions in these 2 projects in the following order:
- RewardsService(required)
- 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.
- Install Docker (https://docs.docker.com/engine/installation/)
- Install Docker Compose (https://docs.docker.com/compose/install/)