/bookbus

Role based web application which automates bus booking facilities and provides customer the user-friendly interface in order to book the seat and confirm reservation.

Primary LanguagePython

To run the Django project, execute the following command

python manage.py runserver

If there is some new user that wants to use our online platform for booking a bus ticket then he has to register into the system to use the various functionalities provided by the system.In order to sign up/register for the usage of this platform every user has to provide some mandatory information like email address , date of birth , address , pincode , mobile number , password and on clicking register button,welcome message will be sent on their mail and now they can use the various functionalities of the system.

Alt text

Once the user registers into the system then he/she needs to login to the system to use the functionalities

Alt text

On logging into the system,admin can view buses, add new buses, update bus info, make buses unavailable.

Alt text

The customer can select the bus through filtered search and select the seat through simulation UI.

Alt text

The history of all the bookings done by customer is visible to the customer for his/her reference.

Alt text