C# & .NET program that allows the user to view animals that the animal shelter has up for adoption.
By Austin Schrader, Eric Endsley & Cory Nordenbrock
This project was created by Austin Schrader, Eric Endsley & Cory Nordenbrock for week 9's project using C# and uses C#/.NET. The objective was to build an animal shelter using .NET, Object-Oriented Programming, and MVC architecture.
C# and .NET needs to be installed for this project to work. If you do not have it, please go to here for Windows and here for MacOS.
- Download this repository by clicking the "Clone or Download" button
- Navigate to the folder where it downloaded
- Now open your terminal and navigate to Shelter.Solution > Shelter.Tests
- Type in
dotnet restore
to download necessary packages - Then type in
dotnet run
to run the application - Congratulations, this is the application!
At this time, there are no known bugs. If you see spot a bug feel free to make a pull request.
- C#
- .NET
- Object Oriented Programming
- MSTest
Copyright (c) 2020 by Austin Schrader, Eric Endsley & Cory Nordenbrock