Skip to content

Releases: kylezimmerman/school-prog3050

Final Submitted Version

15 Dec 23:34
Compare
Choose a tag to compare

Veil_Documents_v1.0.0.zip

  • Database Scripts
    • 1-Database_Init.sql - SQL script used to generate the initial database
    • 2-Database_InsertInitialData.sql - SQL script used to insert the required starter data
    • 3-Database_InsertExampleGameData.sql - SQL script used to insert some sample games
    • 4-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

  1. Fill in PrivateAppSettings.config with the Stripe API Key, SendGrid API Key, and Sender email address.
  2. Create the database following the instructions found in the Project ID Sheet
  3. Change the connection string in ConnectionStrings.config to match the desired database.