Build a simple REST API. This API code needs to run in a Docker container inside a virtual machine. You need to provision this virtual machine with Ansible.
GET /user/{id} - Revtrieves a specific user POST /user - Creates a new user DELETE /user/{id} - Deletes a specific user
- You can use any language you want for the API
- You can use any database system you want
- Everything needs to run from a single command (ex: start/stop/restart)
- Reliability
- Code structure
- Tool/Libraries usage
- Unit tests
- Adding cache
- Documentation
- The test needs to run in Mac