- Created Dockerfile for building and running the application with Uvicorn. - Added docker-compose.yml to manage application and PostgreSQL service. - Introduced Alembic migrations with initial schema for CRM domain objects. - Configured async SQLAlchemy engine for migrations. - Updated dependencies in uv.lock to include asyncpg, passlib, and pyjwt. |
||
|---|---|---|
| .. | ||
| api | ||
| core | ||
| models | ||
| repositories | ||
| services | ||
| Dockerfile | ||
| __init__.py | ||
| main.py | ||