EShop-MVC

The is my prototype project featuring an EShop with ASP.NET MVC.
The controllers get data from context using Entity Framework.
The whole project was created using Code first approach.
It features custom user login using sessions,
specific actions and pages available only on admins based on user's type,
Users/Customers Creation - Edit - Listing,
Products Creation - Edit - Listing,
Order Creation - Completion - Listing,
3 different ways to order based on the occasion
(Admin can make an order for every available customer,
Normal user can make an order only their selves,
Not registered user can make an order by filling the mandatory details for a customer) and many more.