To init project you need:
- create your
.envfile- copy example file and remove
.examplepart - fill all fields
- copy example file and remove
- start containers
- in separate window
docker-compose up --build - or with
-doptiondocker-compose up --build -dto close later manually
- in separate window
- go to app cli
docker-compose exec app sh
- inside container run migrations with
alembic upgrade head - You are breathtaking 🎉
Then you can go to localhost:8000 to open OpenAPI page. There you can see all logic for this app.
For any further launches you need only start containers with docker-compose up --build or docker-compose up --build -d