test_task_crm/app
Artem Kashaev 666e0c49f8 feat: implement initial structure for activities, analytics, auth, contacts, deals, organizations, tasks, and users APIs with placeholder endpoints 2025-11-27 13:37:37 +05:00
..
api feat: implement initial structure for activities, analytics, auth, contacts, deals, organizations, tasks, and users APIs with placeholder endpoints 2025-11-27 13:37:37 +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 fix: update user creation to use 'name' instead of 'full_name' 2025-11-27 11:07:19 +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