“Car Breakdown Help Administration System” is net based mostly know-how which brings up varied roadside help firm on-line. This software could be extremely helpful when your automobile breaks down and it’s not potential to restore it on the spot. The service supplier will normally help you to tow it to your most popular location On this software consumer doesn’t must register himself/herself they solely fill one kind and roadside help might be accessible.
Undertaking Necessities
Undertaking Identify | Car Breakdown Help Administration System Undertaking in Python Django |
---|---|
Language Used | Python |
Framework Used | Django |
Database | MySQL |
Person Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Net Browser | Mozilla, Google Chrome, IE8, OPERA |
IDE | PyCharm |
Undertaking Modules
In “Car Breakdown Help Administration System” we use Python (Django framework) and MySQL database. It has three modules i.e.
- Admin
- Driver
- Person
Admin
Dashboard: On this sections, admin can briefly view the full driver, whole new request, whole accepted request, whole rejected request by admin, whole driver on the way in which request, whole accomplished request.
Driver: On this part, admin can handle driver (Add/Replace/Delete).
Reserving Requests: On this part, admin can view the brand new reserving request and accepted or reject that request and assign to the motive force.
Driver Response: On this part, admin obtained the data of car which is help by driver.
Search: On this part admin can search a specific reserving element by reserving quantity, title and cellular quantity.
Report: On this part admin can view between dates appointment reviews and driver sensible report based on dates.
Admin may also replace his profile, change the password and get better the password.
Driver
Dashboard: On this sections, driver can briefly view whole new assign request, whole accomplished request and whole in-process requests.
Assign Reserving: On this part, driver can view the reserving request which is assign by the admin and driver has rights to vary the request standing based on present standing.
Search: On this part, driver can search a specific reserving request element by reserving quantity, title and cellular quantity.
Experiences: On this part, worker can view what number of reserving request has been assign, what number of reserving request has been accomplished and what number of reserving request has been pending in his/her finish.
Driver may also replace his profile, change the password and get better the password.
Customers
On this software consumer doesn’t must register himself/herself they solely fill single kind for automobile help.
A few of the Undertaking Screens
Residence Web page
Admin Dashboard
Add Driver
All Requests
Request Particulars
How one can run the Car Breakdown Help Administration System Django Python
1. Obtain 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 accessible within the SQL File Folder (For MySQL we used the XAMPP server)
4. Open PyCharm and click on on the terminal
5. Navigate the venture folder utilizing the cd command
cd project_path
For ex: cd C:UsersANUJOneDriveDesktopvehicleassistance
6. Now Navigate to the vbams
folder
cd vbams
7. Run the Undertaking utilizing the next command
python handle.py runserver
Now click on the URL http://127.0.0.1:8000
and the Undertaking will Run
Login Particulars
*************admin************
Username: admin
Password: Take a look at@123
*************Driver************
Username: abir123
Password: Take a look at@123 OR Register new driver
Undertaking Demo
Undertaking Obtain Hyperlink