Releases: kylezimmerman/school-prog3050
Releases · kylezimmerman/school-prog3050
Final Submitted Version
Veil_Documents_v1.0.0.zip
- Database Scripts
1-Database_Init.sql
- SQL script used to generate the initial database2-Database_InsertInitialData.sql
- SQL script used to insert the required starter data3-Database_InsertExampleGameData.sql
- SQL script used to insert some sample games4-Database_Teardown.sql
- SQL script to remove the database
- Documentation
- Training
- Technical
- User
- Project
- Initiation files
- Requirements Analysis files
- Design files
- Source
- Simple Deployment Guide
- Project ID Sheet
- Unit Test Results
- Code Coverage Results
Developers
Drew Matheson, Isaac West, Kyle Zimmerman, Justin Coschi, and Sean Coombes
Setup
- Fill in
PrivateAppSettings.config
with the Stripe API Key, SendGrid API Key, and Sender email address. - Create the database following the instructions found in the Project ID Sheet
- Change the connection string in
ConnectionStrings.config
to match the desired database.