Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 469 Bytes

NYBE

Capstone Project - New York Book Exchange

Setting Up Local Database

  • Login to SQL express with db name ".\SQLEXPRESS"
  • Make a new Database called "NYBE"
  • In VS2015 Package Manager Console type "Update-Database"
  • Hopefully this will make all the tables and columns needed for your local db (I had issues the first time)

Test Logins

Email = [email protected] Password = Password1! Role = user

Email = [email protected] Password = Password1! Role = admin