test_task_crm/app
Artem Kashaev 845737abca feat: implement OrganizationRepository with CRUD operations 2025-11-27 15:04:13 +05:00
..
api feat: implement user registration and login functionality with JWT issuance 2025-11-27 14:14:15 +05:00
core fix: update database URL to use 0.0.0.0 and adjust Alembic migration configurations 2025-11-27 12:36:49 +05:00
models Add models for CRM entities: Activity, Contact, Deal, Organization, OrganizationMember, Task; update User model 2025-11-22 14:09:45 +05:00
repositories feat: implement OrganizationRepository with CRUD operations 2025-11-27 15:04:13 +05:00
services Init project structure 2025-11-22 13:56:45 +05:00
Dockerfile feat: add Docker support and database migrations 2025-11-22 14:51:20 +05:00
__init__.py Init project structure 2025-11-22 13:56:45 +05:00
main.py Init project structure 2025-11-22 13:56:45 +05:00