Skip to content

This is a program for users to catalog things they need for upcoming camping, backpacking, bike touring, road trips, or other types of travel.

Notifications You must be signed in to change notification settings

amarkmcconn/PackerTracker.Solution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packer Tracker

By Mark McConnell, Cameron Ray, & Caleb Coughenour

This is a program for users to catalog things they need for upcoming camping, backpacking, bike touring, road trips, or other types of travel.

Technologies Used 🖥️

  • C#
  • MSTest
  • .Net 5.0
  • Git
  • VsCode
  • REPL

Description ✅

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().

Setup/Installation Requirements 🖊️

  • 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 and dotnet 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

Known Bugs 🐛

  • No Known Issues

License

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

About

This is a program for users to catalog things they need for upcoming camping, backpacking, bike touring, road trips, or other types of travel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 78.4%
  • HTML 21.6%