Skip to content
/ BestBuy Public

🕸 Online store written in ASP.NET Core using MVC

License

Notifications You must be signed in to change notification settings

Or1onn/BestBuy

Repository files navigation

ASP.NET Project

This project was made with the MVC(Model, View, Controller) pattern.

This project has:

Connection with MS SQL

Hashing and Dehashing password

Using JWT

Hashing and Dehashing JWT

SMTP system

Authentication email

Change password with email authentication

Beautiful HTML design

İntegrated Swagger(Open API)

Animations

How to run project

Clone this project

git clone https://github.com/Or1onn/LoginPanel.git

Create a json folder in the wwwroot of the project, then in that folder create the appsettings.json file.

In this file, at the property Default Connection, insert your connection string.

{
  "ConnectionStrings": {
    "DefaultConnection": "YOUR CONNECTION STRING"
  }
}

Ready! you can start the project

Example of project