Travel Journal Project

Travel Journal project using C# and MVC, November 28, 2018

By Kenny Wolfenberger and Glen Sale

Description

A C# application that allows a user to enter details about travel locations and then displays a list of cities with links to details including pictures.

Setup/Installation Requirements

  • Clone this repository
  • Download .NET Core 2.1.3 SDK and .NET Core Runtime 2.0.9 and install them. Download Mono and install it.
  • Change into the work directory:: $ cd Places.Solution
  • To edit the project, open the project in your preferred text editor.
  • To run the program, first navigate to the location of the Places file then run dotnet restore, dotnet build, and dotnet run.
  • When program is running open a web browser and go to localhost:5000 to view program.
  • To run the tests navigate to the Places.Tests folder and use these commands: $ dotnet restore and dotnet test.

Support and contact details

Technologies Used

  • C#
  • .NET
  • MSTests
  • MVC
  • Razor
  • Mono

License

This software is licensed under the MIT license.

Copyright (c) 2018 Kenny Wolfenberger and Glen Sale