/cypride_carpooling_site

Share Your Rides | PHP & Js used

Primary LanguagePHPMIT LicenseMIT

Cypride!

Trip Sharing Application

Functionalities

  1. Search
  2. Profile
  3. CRUD operation on Trips
  4. Trip route using Google Maps
  5. Trip Page
  6. Mini Chat between participants
  7. Mail sending

How to Run

You can use XAMPP to run the application on your localhost. Import db.sql to your database. Configure connection.php file according to your database.

Configure your SMTP server in signup.php, sendmail.php, forgot-password.php

Get your Google Maps API key from [Google Clouds](https://console.cloud.google.com/google/maps-apis/api-list) Update the placeholder {API_KEY} with your own key for maps to work. You can also change the map parameters(such as starting point, country and etc) in map.js/map2.js files