Skip to content

dotnet mvc web app - with repository, unit of work, dependency injection design pattern

Notifications You must be signed in to change notification settings

matinayo/bulkybook

Repository files navigation

bulkybook

.net core mvc web app

https://bulkybookme.azurewebsites.net/

  • Repository, Unit of Work and Dependency Injection Design Pattern
  • Dapper | Stored procedure
  • Entity Framework

roles

- Admin
- Company Users
- Customers
- Employees

Overview

Bulky Book is an e-commerce website, users can make orders, add products to cart, make payments using stripe and email verification, login with Facebook and Google
Admin Users can view users, lock users, add products, add categories and book cover type, create users, view customer orders etc.
Admin Username: [email protected] Admin Password: Admin123*

content management

  • category
  • covertype
  • product
  • company

Home Screen displays list of products and link to view individual product details

Admin can access product page to view, add, edit and delete existing products

Users can view products in carts and add or remove them from cart

View order summary for products

Order confirmation after payment via stripe

Admin can Manage Orders

3rd party authentication login