whizrsa / SA_Online_Mart_ITEHA3

Assignment for Eduvos
1 stars 0 forks source link

How to use the Online Mart Web App #1

Open whizrsa opened 2 weeks ago

whizrsa commented 2 weeks ago

User Page

This is the Home Page Welcome to home page

Before making any purchases first Register and create your account. Register

Add Items to cart. CartItems

After Clicking the Checkout link, you are redirected to the Checkout Page CheckoutPage

PaymentGateway

If payment is successful you will be redirected the Payment Complete Page. PaymentComplete

Admin Panel

Upon running the Web App a Default Admin is created.

DefaultAdmin

whizrsa commented 2 weeks ago
whizrsa commented 2 weeks ago

ProductCategory

whizrsa commented 2 weeks ago

Setting up Database

The name of the Database must be OnlineMart onmart

Inside Visual Studio Delete the Migrations Folder

migrations

After Deleting the Migrations folder Open a connection to the OnlineMart Database

connection

migrate

This will automatically create the database table for you based on the ApplicationDbContext class update