“Vehicle Breakdown Assistance Management System†is web based technology which brings up various roadside assistance company online. This application can be incredibly handy when your vehicle breaks down and it’s not possible to repair it on the spot. The service provider will usually assist you to tow it to your preferred location In this application user does not need to register himself/herself they only fill one form and roadside assistance will be available.
Project Requirements
Project Name
Vehicle Breakdown Assistance Management System Project in Python Django
Language Used
Python
Framework Used
Django
Database
MySQL
User Interface Design
HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser
Mozilla, Google Chrome, IE8, OPERA
IDE
PyCharm
Project Modules
In “Vehicle Breakdown Assistance Management System†we use Python (Django framework) and MySQL database. It has three modules i.e.
Admin
Driver
User
Admin
Dashboard:Â In this sections, admin can briefly view the total driver, total new request, total approved request, total rejected request by admin, total driver on the way request, total completed request.
Driver:Â In this section, admin can manage driver (Add/Update/Delete).
Booking Requests:Â In this section, admin can view the new booking request and approved or reject that request and assign to the driver.
Driver Response:Â In this section, admin received the information of vehicle which is assist by driver.
Search:Â In this section admin can search a particular booking detail by booking number, name and mobile number.
Report:Â In this section admin can view between dates appointment reports and driver wise report according to dates.
Admin can also update his profile, change the password and recover the password.
Driver
Dashboard:Â In this sections, driver can briefly view total new assign request, total completed request and total in-process requests.
Assign Booking:Â In this section, driver can view the booking request which is assign by the admin and driver has rights to change the request status according to current status.
Search:Â In this section, driver can search a particular booking request detail by booking number, name and mobile number.
Reports:Â In this section, employee can view how many booking request has been assign, how many booking request has been completed and how many booking request has been pending in his/her end.
Driver can also update his profile, change the password and recover the password.
Users
In this application user does not need to register himself/herself they only fill single form for vehicle assistance.
Some of the Project Screens
Home Page
Admin Dashboard
Add Driver
All Requests
Request Details
How to run the Vehicle Breakdown Assistance Management System Django Python
1. Download the zip file
2. Extract the file, copy vehicleassistance folder, and paste it on the desktop
3. Open MySQL Create a database vbamspythondb then import the SQL File available in the SQL File Folder (For MySQL we used the XAMPP server)
4. Open PyCharm and click on the terminal
5. Navigate the project folder using the cd command
cd project_path
For ex:Â cd C:UsersANUJOneDriveDesktopvehicleassistance
6. Now Navigate to the vbams folder
cd vbams
7. Run the Project using the following command
python manage.py runserver
Now click the URLÂ http://127.0.0.1:8000Â and the Project will Run
Login Details
*************admin************
Username:Â Â admin
Password:Â Test@123
*************Driver************
Username:Â Â abir123
Password:Â Test@123 OR Register new driver
Project Demo
Project Download Link
The post Vehicle Breakdown Assistance Management System Using Python Django and MySQL appeared first on PHPGurukul.
Source: Read MoreÂ