An alternative backend built using another programming language.
Go to file
saani 98b9274e03 docs: update API documentation with example data and user appointments endpoint
- Replace generic placeholder data with specific examples in API root documentation
- Update example email from 'user@example.com' to 'saanii929@gmail'
- Update example names from 'John Doe' to 'Saani Iddi'
- Update example phone number to '+233552732025'
- Add POST method support to user_appointments endpoint
- Add request_fields and example_request to user_appointments documentation

Note: Consider using generic placeholder data instead of real personal information in API documentation examples.
2025-11-27 18:43:51 +00:00
booking_system docs: update API documentation with example data and user appointments endpoint 2025-11-27 18:43:51 +00:00
meetings docs: update API documentation with example data and user appointments endpoint 2025-11-27 18:43:51 +00:00
templates/emails refactor(emails): update support email to admin address 2025-11-27 18:30:23 +00:00
users refactor(emails): update support email to admin address 2025-11-27 18:30:23 +00:00
.env.example Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
.gitignore feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
dockerfile refactor(docker): streamline Dockerfile and add gunicorn workers 2025-11-23 23:34:59 +00:00
manage.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
Procfile # Commit Message 2025-11-23 23:06:17 +00:00
requirements.txt build: update project dependencies in requirements.txt 2025-11-25 18:18:27 +00:00