http://172.27.16.252/ Accessible from iitk network
| NAME | ROLL NO. |
|---|---|
| AYUSH YADAV | 210251 |
| HARSHIT PATEL | 210424 |
| JATOTH SHASHI VARDAN | 230501 |
| KANDULA AMARNADHU | 230522 |
| PAL AJAY RAMSAGAR | 230725 |
| ROHIT VINOD ATKURKAR | 230872 |
| SANGA BADRI | 230911 |
| SUGALI YASHWANTH NAIK | 231046 |
| SUNANDINI BANSAL | EXY24032 |
| V HARIVANSH | 231109 |
RideWithUs is a web-based carpooling application that connects drivers and riders for shared trips. The application allows users to create trips, search for available rides, and manage ride requests.
- Frontend: HTML5, CSS3, JavaScript, AJAX
- Backend: PHP, MySQL
- MySQL Server
- PHP Server
- Web Browser
- Start MySQL server
- Execute the following commands:
CREATE USER 'ridewithus'@'localhost' IDENTIFIED BY 'rideLikeABoss';
GRANT CREATE ON *.* TO 'ridewithus'@'localhost';
FLUSH PRIVILEGES;
CREATE DATABASE IF NOT EXISTS ridewithus;NOTE: Use a secure
usernameandpassword, and update it in thefunctions/functions.phpfile.
- Run
functions/setup.phpto create necessary tables - Start PHP server
- Access the application through your web browser