- C#
- _.NET 5
- dotnet script, REPL
- Razor View Engine
- ASP.NET Core MVC
-
Clone repository from GitHub to desired location using: $ git clone https://github.com/louiesch/AnimalShelter
-
Navigate to and open project directory in terminal
cd AnimalShelter.Solution
-
Once in project directory, open project in code editor
code .
-
To build project, navigate to the AnimalShelter production folder. To download obj and bin files needed for the program to run, in the terminal enter:
dotnet restore
-
To run the program, while still in production folder AnimalShelter type into the terminal:
dotnet run
-
To run tests: Navigate from the root directory to the AnimalShelter.Tests directory. Then in terminal, type:
dotnet restore
-
Finally, to run the tests, make sure you are still in the AnimalShelter.tests directory and in the terminal type:
dotnet test
- Currently unable to add orders.
MIT Copyright (c) 2021 Louie Schoenknecht & Dani Renner
Get in touch: luisesch97@gmail.com & danijrenner@gmail.com