Kuber is a ridesharing web application connect drivers and passengers. Passenger can request a ride and nearby driver accepts your request, Kuber displays the driver heading to passenger's pickup location and droppedoff to the passenger's destination.
• Register • LogIn • Request Ride • Cancel Ride • Accept Ride • Pickup Ride • Drop Off Ride • AutoComplete destination • Map Directions
- Angular
- Google Map
- Bootstrap
Server Side
- ASP.NET Core
- Entity Freamework
Model
- User: Two types of User
- Passenger
- Driver
- Ride
- Address
Clone this repository $ git clone https://github.com/kaurgdeep/Kuber.git
Go into the repository
cd Kuber
Install dependencies
$ npm install
Run the app
cd kuberWeb ng serve cd kuberAPI Go to solution and run









