/TrackerProject

Week 9 Epicodus independent project

Primary LanguageC#

Pierre's Vendor and Order Tracker

By Brandon Eads


Description

This application will let our fictional friend, Pierre, keep track of his sales by giving him a webpage that will let him add vendors, orders for those vendors, along with descriptions and dates for each of them.

Technologies Used

  • C#
  • MSTest
  • ASP.NET Core
  • .NET

Setup/Installation Requirements

  • Install .NET Framework.

  • Clone or download repository.

  • If downloaded, extract contents to desired folder.

  • Navigate to and open Tracker.Solution directory in Code editor.

  • Using the terminal, navigate to Tracker.Solution/Tracker.Tests and run "dotnet restore".

  • Using the terminal, navigate to Tracker.Solution/Tracker and run "dotnet build" to build the application.

  • In the same directory, run "dotnet run" to compile and run the application.

  • In your web browser, type the following URL to open the application "http://localhost:5000/" or "http://localhost:5001/".

  • To run tests, navigate to Tracker.Solution/Tracker.Tests and run "dotnet test" in the terminal.

Known Bugs

  • None, please contact if any are found.

License

MIT License

Copyright(c) 2021 Brandon Eads

Contact Information

Brandon Eads - brandon181989@hotmail.com