https://github.com/natebakescakes/team7-ssis
GDipSA: Stationery Store Inventory System
https://github.com/natebakescakes/team7-ssis
asp-net-mvc csharp gdipsa graduate-course team-project
Last synced: about 1 year ago
JSON representation
GDipSA: Stationery Store Inventory System
- Host: GitHub
- URL: https://github.com/natebakescakes/team7-ssis
- Owner: natebakescakes
- Created: 2018-07-10T17:45:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T07:34:10.000Z (almost 8 years ago)
- Last Synced: 2025-06-06T03:41:46.742Z (about 1 year ago)
- Topics: asp-net-mvc, csharp, gdipsa, graduate-course, team-project
- Language: C#
- Homepage:
- Size: 25.3 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# team7-ssis
GDipSA: Stationery Store Inventory System
## Development Guide
1. Clone Git Repository
2. Create new local DB using SSMS `StationeryShop`
3. Open Repository in Visual Studio and Type Enable-Migrations in Package Manager Console, hit enter
4. Type Update-Database in Package Manager Console, hit enter
5. Press `Ctrl-F5` to run the application
6. Register a new user with email `root@admin.com` and password `password`
7. Run `SELECT * FROM AspNetUsers` in SSMS to find UserId of newly registered user
8. Open `StationeryStoreInit.sql` and replace all instances of `[UserId]` with the UserId of the newly registered user
9. Execute SQL statements
10. Run All Tests