Embark on a Journey of Convenience with Combus – Your Modern Solution for Effortless Bus Ticket Bookings. Experience Connectivity, Ease, and Innovation in Travel.
ComBus is an online ticketing platform, Combus caters to the diverse needs of travelers, providing a user-friendly interface for the hassle-free booking of bus tickets. Whether you're planning a quick city getaway or a long-distance journey, Combus offers a comprehensive selection of routes, ensuring connectivity and convenience. This platform is a Proof of Concept (POC) project, designed to showcase the potential of modern technology in simplifying and enhancing the process of reserving bus seats.
- Python version
3.10.12 - Django version
4.3.1
pip install -r .requirements.txt ./manage.py migrate
./manage.py runserver ./manage.py createsuperuser git pull origin dev
git pull origin dev
docker compose up --build -d
docker compose down
docker compose down
docker volume rm combus_static_volume
docker compose -f docker-compose.yml exec web python manage.py collectstatic
docker compose -f docker-compose.yml exec web python manage.py migrate
docker compose -f docker-compose.yml exec web python manage.py shell