GDipSA: Stationery Store Inventory System
- Clone Git Repository
- Create new local DB using SSMS
StationeryShop
- Open Repository in Visual Studio and Type Enable-Migrations in Package Manager Console, hit enter
- Type Update-Database in Package Manager Console, hit enter
- Press
Ctrl-F5
to run the application - Register a new user with email
[email protected]
and passwordpassword
- Run
SELECT * FROM AspNetUsers
in SSMS to find UserId of newly registered user - Open
StationeryStoreInit.sql
and replace all instances of[UserId]
with the UserId of the newly registered user - Execute SQL statements
- Run All Tests