Repository files navigation
Technology - ASP.NET MVC
Database - SQL Server (Used LocalDB Instance ProjectV13. Can also use locally installed SQL Server by changing connectionString in WebConfig file)
Entity framework (code first approach)
ASP.NET Identity
Partial Views
Steps taken to complete the project:
Created an empty project with individual authentication.
Created the required models, in this case Ride.cs, Booking.cs, Transaction.cs and created the related database using code first Entity framework.
Designed the views for Ride, Booking, Home.
Implemented business logic and web security in controller.
Tested against sample data.
Roles in the application:
Only Users registered as ‘Driver’ can post a ride.
Drivers and Passenger can book rides.
Drivers cannot book their own ride.
Transactions are loaded as users book a ride.
About
Ride sharing application built using ASP.NET MVC. Implements Entity Framework, Identity Framework, Partial views
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.