Skip to content

AnushaAsai/RidesharingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

RideSharingApp

  • 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:

  • Drivers
  • Passengers

Functionality:

  • 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.

Registered Users:

About

Ride sharing application built using ASP.NET MVC. Implements Entity Framework, Identity Framework, Partial views

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors