An alternative backend built using another programming language.
Go to file
saani 4acd78988e refactor(api): replace hardcoded URLs with dynamic URL generation
Replace hardcoded localhost URLs (http://127.0.0.1:8000) in API root
endpoint documentation with request.build_absolute_uri() calls. This
makes the API documentation URLs environment-agnostic and ensures they
reflect the actual domain/host being used to access the API, improving
portability across development, staging, and production environments.
2025-11-23 12:20:05 +00:00
booking_system refactor(api): replace hardcoded URLs with dynamic URL generation 2025-11-23 12:20:05 +00:00
meetings refactor(email): improve email service implementation and templates 2025-11-23 00:27:44 +00:00
templates refactor(email): improve email service implementation and templates 2025-11-23 00:27:44 +00:00
users feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +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 Rendering with docker 2025-11-22 19:13:34 +00:00
manage.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
requirements.txt ##$$ 2025-11-22 19:21:47 +00:00