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.
A minimal frontend scaffold is available in frontend/.
Run it locally:
cd frontend
npm install
npm run devDetailed frontend docs are in frontend/README.md.