Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 591 Bytes

File metadata and controls

25 lines (17 loc) · 591 Bytes

web_api_knowledge

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:dev

Database diagram documentation

The ORM model and relational mapping documentation for dbdiagram.io is available at plans/dbdiagram.md.

Frontend v1

A minimal frontend scaffold is available in frontend/.

Run it locally:

cd frontend
npm install
npm run dev

Detailed frontend docs are in frontend/README.md.