Skip to content
/ crud Public

Simple CRUD using FastAPI with Piccolo ORM

Notifications You must be signed in to change notification settings

denek98/crud

Repository files navigation

Simple Car Logistic CRUD Project

Here is a primitive CRUD project using Fast Api as ASGI, Piccolo as ORM and Docker as container

Stuff used

  • FastAPI
  • Piccolo ORM
  • Postgres

How to run

  1. Clone the repo
git clone https://github.com/denek98/crud
  1. Build up Docker
cd crud
docker-composer up --build -d
  1. Go to http://0.0.0.0:8337 in your browser (port can be changed in .env file)

How to shut down

To shut the docker containers down simply run

docker-compose down

Good to know

There's a .env file included to set the needed environment variables for the different parts of the app to run.

Swagger

swagger

About

Simple CRUD using FastAPI with Piccolo ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published