This is a program for users to catalog things they need for upcoming camping, backpacking, bike touring, road trips, or other types of travel.
- C#
- MSTest
- .Net 5.0
- Git
- VsCode
- REPL
This is a program for users to catalog things they need for upcoming camping, backpacking, bike touring, road trips, or other types of travel. This program allowed us to practice making MVC apps that use RESTfully named routes and include CRUD functionality. Each class in each project must include a constructor, getters and setters, private properties, and methods for GetAll() and ClearAll().
- Clone this repo: https://github.com/amarkmcconn/PackerTracker.Solution
- Enter the new directory using the command
cd PackerTracker.Solution
- In the root directory, confirm there is a .gitignore file
- add "/obj", "/bin" , "*.vscode" to the .gitignore file. It will keep your repository clean of unnecessary files
- _run
git add .gitignore
- commit your changes
- To ensure the project will run correctly, run
dotnet restore
anddotnet build
from the PackerTracker.Tests & PackerTracker directory - To interact with MSTest navigate to the PackerTracker.Tests directory and run
dotnet test
- To interact with the local host website navigate to the PackerTracker directory and run
dotnet run
- No Known Issues
MIT 👈
If you run into any issues or have questions, ideas, or concerns; please email me: at mark.programming1@gmail.com or make a contribution to the code.
Copyright (c) 2022 Mark McConnell