diff --git a/backend/README.md b/backend/README.md index da5baa8..7193195 100644 --- a/backend/README.md +++ b/backend/README.md @@ -3,3 +3,8 @@ ## Structure - Use FastAPI's `router` to organize different API routes +- Separate folder for PostgreSQL migrations: Might need a better migration tool. Right now, `alembic` only works with SQLalchemy. +- Use Pydantic data validation always + +## TODO list +- [ ] Setup Docker image and k8s for the API: 3 containers: API, Redis and PostgreSQL.