This project is meant to test skills for the VoteShield DevOps Engineer role. What it does is not that important.
See ./INSTRUCTIONS.md to get started.
This exercise provides a "thing" REST API.
/things
: List all things/things/<id>
: List specific thing
- Install with poetry
- Run
python app/main.py
TODO
- Run
python tests.py
- Inspiration from bregman-arie/devops-exercises