PopDiana / OnlineShop

E-shop application for a bookstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database setup

In appsettings.json modify the connection string:

"DefaultConnection": "Server=**********\\SQLEXPRESS;Database=ProjectShop;Trusted_Connection=True;MultipleActiveResultSets=true"

Powershell (add a new migration):


$ add-migration migrationName
$ update-database

If necessary, remove the latest migration with:

$ remove-migration

Login credentials:


username: aa@aa.aa
password: P@$$w0rd

About

E-shop application for a bookstore


Languages

Language:C# 61.4%Language:HTML 28.4%Language:JavaScript 8.4%Language:CSS 1.9%