Car Pooling Web Application || DJANGO || PYTHON || HTML || CSS || JAVASCRIPT || MYSQL || VENKAT

Опубликовано: 04 Май 2026
на канале: Venkat Innovative Projects
186
4

TO PURCHASE OUR PROJECTS IN ONLINE (OR) OFFLINE
CONTACT:VENKAT PROJECTS
NAME: VENKATARAO GANIPISETTY
Mobile & WhatsApp :+91 9966499110
Email :[email protected]
Website:www.venkatjavaprojects.com
ABOUT PROJECT:
In this project we are developing carpooling application which can be managed by two users
1) Driver: driver can signup and login to application and then enter his location name, latitude and longitude (here note that mobiles will have GPS we can get location from GPS but computer or laptop don’t have GPS and we can track from IP but that IP must be registered with DN server and this will not be available so we need to enter location manually) and wait for passenger request. If any passenger in 3 miles distance send request then driver can accept request from multiple users and then click on ‘Start Ride’ link to start ride and then once ride completed then entered miles travelled to collect fare.
2) Passengers: passenger can signup and login to application and then manual enter their location and share with Drivers and drivers can accept request to start ride. Passenger can give ratings also on the scale of 1 to 5
To run project install Python 3.7.0 and then install MYSQL and give MYSQL password while installation as ‘root. After installation open MYSQL console and copy content from ‘DB.txt’ file and then paste in MYSQL to create database.
Note: run both driver and passenger module in different browsers or different tab means driver in one browser and passenger in other browser or other tab
Now double click on ‘runServer.bat’ file to start python WEB SERVER and then open browser and enter URL as ‘http://127.0.0.1:8000/index.html and press enter key to get below page