Name of Project

short description of the app

Created By: Chynna Lew

Technologies Used

  • C#
  • .NET 5
  • MSTest
  • NuGet
  • ASP.NET Core

Description

Detailed description

Setup and Usage Instructions

Technology Requirements

  • Download and install .NET 5
  • Download and install a code text editor. Ex: VS Code

Installation

  • Clone this repository, or download and open the Zip on your local machine
  • Open the FOLDER NAME folder in your preferred text editor
  • Restore and build the project:
    • Navigate to the UniversityRegistrar.Solutions/UniversityRegistrar folder in the command line or terminal -- Run the command "$ dotnet restore" to restore the project dependencies -- Run the command "$ dotnet build" to build and compile the project -- Run the command "$ dotnet run" to build and compile the project
    • To run the tests: -Navigate to the UniversityRegistrar/UniversityRegistrar.tests folder in the command line or terminal -- Run the command "$ dotnet restore" to restore the test project dependencies -- Run the command "$ dotnet build" to build and compile the test project
    • In the terminal (navigated to the UniversityRegistrar/UniversityRegistrar.tests folder) run the command "$ dotnet test"

Known Bugs

  • no known bugs

License

MIT License Copyright 2021 Chynna Lew

Support and contact details