How to login

This project allows a user to login as a Client and navigate the store, place books into their shopping cart and also buy the books.

Use these emails for logging into the main website:

Role User Name Password
Admin [email protected] 111qqqQQQ
Client [email protected] 111qqqQQQ
Paypal [email protected] 111qqqQQQ

NOTE:
In order to get the website to show the book items, you need to go to the AppSettings.json file in Visual Studio.
Comment out the connectionString to the SQLExpress local database.
Then uncomment the connectionString to the Azure SQLServer database.
Then Publish to Azure through Visual Studio! RtClick>Publish
DON'T forget to swap it back so you do not use up your FREE database DTUs!!!
Connecting to your Azure SQL Database through SSMS itself doesn't consume DTUs,
but the actions you perform while connected will affect your DTU usage.