ABOUT
-
As registrar, I need to add name & enrollment date for students
-
As registrar, I need to add courses that the university offers
-
As registrar, I should be able to provide a course name & number
-
As a registrar, I want to be able to assign students to a course
-
Courses have many students & students take courses concurrently
- Install Git v2.62.2+
- Install .NET version 3.1 SDK v2.2+
- Install Visual Studio Code
- Install MySql Workbench
copy this url to clone this project to your local system:
https://github.com/tmemmerson/UniversityRegistrar.Solution.git
Once copied, select "Clone Repository" from within VSCode & paste the copied link as shown in the image below.
With the project open to the root directory, navigate to the production directory with the following command in your terminal.
cd ProjectName
Then, install the necessary packages with the following command
dotnet restore
Finally, you can start the program with this command.
dotnet run
Copy and paste this code snippet into the query field in MySql Workbench. Then execute w/ Control+Shift+Enter.
%%%EDIT%%% import
touch .gitignore
ni .gitignore
Step 2: commit that .gitignore file (this prevents your sensitive information from being shown to others). ⚠️ DO NOT PROCEED UNTIL YOU DO!⚠️
git add .gitignore
git commit -m "protect data"
by default these are set to user:root and an empty password. if you are unsure, refer to the settings for your MySqlWorkbench.
Questions, comments and concerns can be directed to the author Tristan Emmerson & Micheal Hansen
Written in: Visual Studio Code
Image work: Adobe Photoshop
Database Mgmt: MySql Workbench
None as of: 8/3/2020
Micheal Hansen |
---|
Tristan Emmerson |
Copyright (c) 2020 Tristan Emmerson, Stickerslug Inc.