This is a practical example project showing how to use FastAPI together with the Piccolo ORM. Also includes a very simple frontend built with SvelteKit to prove that it works :)
- FastAPI
- Piccolo ORM
- Postgres
- SvelteKit
- Clone the repo
- Run
make build && make up
in your terminal - WIP