.. | ||
todo | ||
.gitignore | ||
README.md | ||
requirements.txt |
TODO Backend
Built using fastapi.
Database Migrations
You must run database migrations after first deploying the database, by running
sudo docker exec -w /app/todo/database -it todo-backend alembic upgrade head
once you have launched the todo-backend
-container.