There are two parts to the Code Challenge that you'll need to complete.
- Questionnaire
- A Super Small Web App
Please answer the questions provided in the file questionnaire/README.md
Create a simple application for member rewards.
Endpoints and logic should be created for:
- Creating a member and reward
- Associate a reward to a member
- Retrieve a member and their rewards
- Delete a member and reward
- NodeJS (ES6)
- Any SQL flavour
- Software requirements
- Installation instructions
- Assumptions made about the requirements of the task
- Anything you believe is important but out of scope or unnecessary
- Good application design
- Clear and readable code
- Tests and testable code
- Decent performance
We would prefer if you created a publicly available repository for the completed work.