This is a simple app is aimed to solidify and escalate web api knowledge
Build and run the app:
docker build -t webapi:dev .; docker run --rm -p 8000:8000 webapi:devThe ORM model and relational mapping documentation for dbdiagram.io is available at plans/dbdiagram.md.