🕸 Online store written in ASP.NET Core using MVC

  • By Orhan Salahetdinov
  • Last update: Nov 21, 2022
  • Comments: 0

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

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(Obsolete)

Github

https://github.com/Or1onn/LoginPanel