API for a team finding application
-
Clone the repository:
git clone https://github.com/digital-fracture/codd-street-graph-backend.git cd cold-start-backend -
Run:
make # productionmake dev # development
- python 3.13 - programming language
- uv - dependency manager
- FastAPI - web server engine
- SQLAlchemy & SQLModel - ORM
- asyncpg - database engine [Postgresql]
- aiobcrypt for asynchronous password hashing (with salt)
- JWT for user session management
- Pydantic Logfire - rich logging (using OpenTelemetry)
- ruff - linter and formatter
- Traefik - API gateway & SSL/TLS certificate management
- Docker Compose & GNU Make - deployment tool
- And more