This was my final project of the Software Projects Administration subject back in my ITLA days.
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
Requirements for the software and other tools to build, test and push
A step by step series of examples that tell you how to get a development environment running
First download or clone this repo
You already know how to do this I assume.
Open the .sln file in your preferred C# IDE (such as Visual Studio Community)
Open the IDE and then open the .sln file.
And there you go, run wild!
My perspective is pretty much based from Visual Studio Community as that's what I used to make this so, in this case, just alt click the NUnit Project (CoffeeMachine.UnitTests) and then click on Run Tests.
- Creative Commons - Used to choose the license
If you think you can make this better, go ahead and sent the PR.
- Ronald Cabrera González - Coded this, yay - RonaldCabrera
This project is licensed under the CC0 1.0 Universal Creative Commons License - see the LICENSE.md file for details
- My teacher whose name has been forgotten, for giving me this as the last project for the subject.