Here is a primitive CRUD project using Fast Api as ASGI, Piccolo as ORM and Docker as container
- FastAPI
- Piccolo ORM
- Postgres
- Clone the repo
git clone https://github.com/denek98/crud
- Build up Docker
cd crud
docker-composer up --build -d
- Go to
http://0.0.0.0:8337
in your browser (port can be changed in.env
file)
To shut the docker containers down simply run
docker-compose down
There's a .env
file included to set the needed environment variables for the different parts of the app to run.