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.
Once the user registers into the system then he/she needs to login to the system to use the functionalities
On logging into the system,admin can view buses, add new buses, update bus info, make buses unavailable.
The customer can select the bus through filtered search and select the seat through simulation UI.
The history of all the bookings done by customer is visible to the customer for his/her reference.