Skip to content

ArafatSabbir/ECommerce

Repository files navigation

E-Commerce

E-Commerce application written in ASP.NET Core 3.1 MVC and MSSQL.

Architecture

Languages: C#, HTML, CSS, SCSS
Tools: Visual Studion 2019, MSSQL Server Management Studio, Bootstrap
Type of Application: Web Application

Project Directory


 
	e-Commerce[Solution]
		|
		|
		|------Libraries
		|	|	
		|	|---ECommerce.Core
		|	|
		|	|---ECommerce.Data
		|	
		|
		|------ECommerce.Web

Edit database connection string in appsettings.json

"DefaultConnection": "server=localhost;userid=root;pwd=[database password];port=[your port number]; database=ExamService;sslmode=none;charset=utf8;"
Example :
"DefaultConnection": "server=localhost;userid=root;pwd=;port=3306; database=ExamService;sslmode=none;charset=utf8;"

How to Setting, Build and Run

The following is required to run the program.

  1. Open Visual Studio 2019 Community or Enterprise edition.
  2. Open MSSQL Server Management Studio.
  3. Set database connection string.
  4. Update DataBase and Hit IIS Express.

ENJOY!

Features

**1. At first sight **
At first run a Sign Up / Log In form will open if you are not logged in.

1.1 Sign Up Form

1.2 Log In Form

1.3 Home Page
If you are logged in Home Page will open.

2. Admin DashBoard

2.1 Add Category

2.2 Add Medicine

3. Web
3.1 Shop

3.2 Product Details

3.3 Shopping Cart

3.4 Invoice

About

Simple E-Commerce Web App by ASP.Net Core MVC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published