An alternative backend built using another programming language.
Go to file
saani af4570d6d2 chore(docker): change application port from 8080 to 8081
Update the Dockerfile to use port 8081 instead of 8080 for the application.
This includes:
- Modified EXPOSE directive to port 8081
- Updated Gunicorn bind address to 0.0.0.0:8081

Ensures consistency between the exposed port and the actual port the
application binds to when running inside the container.
2025-11-23 14:06:30 +00:00
booking_system feat: add user management endpoints and update appointment model 2025-11-23 13:55:04 +00:00
meetings feat: add user management endpoints and update appointment model 2025-11-23 13:55:04 +00:00
templates refactor(email): improve email service implementation and templates 2025-11-23 00:27:44 +00:00
users feat: add user management endpoints and update appointment model 2025-11-23 13:55:04 +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 chore(docker): change application port from 8080 to 8081 2025-11-23 14:06:30 +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