Epicodus Animal Shelter

Coding school independent project using C# and ASP.NET Core MVC.

By Louie Schoenknecht and Dani Renner

Technologies Used

  • C#
  • _.NET 5
  • dotnet script, REPL
  • Razor View Engine
  • ASP.NET Core MVC

Setup/Installation Requirements

  • 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

Known Bugs

  • Currently unable to add orders.

License

MIT Copyright (c) 2021 Louie Schoenknecht & Dani Renner

Contact Information

Get in touch: luisesch97@gmail.com & danijrenner@gmail.com