Skip to content

This application is an example of small Pie Shop.The bakery shop sells pies.

Notifications You must be signed in to change notification settings

tebrizetayi/CakeShop

Repository files navigation

CakeShop

This application is an example of small Pie Shop.The bakery shop sells pies.

The technical details of the application are:

  1. Unit of Pattern -keeps track of everything you do during a business transaction that can affect the database. When you're done, it figures out everything that needs to be done to alter the database as a result of your work.

  2. Repository Pattern

  3. Test Units (Microsoft Test Units)

  4. Moq - For mocking the dependencies.

  5. Entitity Framework Core - Code First Approach

  6. DotNet core with ASP Core MVC- Tag Helpers,ViewComponent, ViewModel

  7. Automapper

  8. Bootstrap

  9. JQuery

  10. MS SQL Database.

The steps to complete the order.

  1. Adding to shopping cart Screenshot

  2. After adding into the shopping cart, you see the shopping cart page. The order can be completed when the user is logged in. Optional Text

  3. When you checkout, application redirects you to the login page. Here username and password should be entered. username:admin password:admin123. This is a default user. Optional Text

  4. After login, the user can complete the order. Adding shipping information Optional Text

  5. After entering shipping information, the order is completed. Optional Text

About

This application is an example of small Pie Shop.The bakery shop sells pies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages