Places you have been journal

C# .Net Core application, 07/22/2020

By Evgeniya Chernaya, Erich Richter

Description

This application creates user travel journal.

Setup/Installation Requirements

  • Click the green "Clone or download" button at the right of the screen.
  • Select "Download ZIP."
  • Use a file extractor or unzip program (such as PeaZip, Unzipper, WinZip, Zipware, or 7-ZIP) to extract the ZIP files onto your computer.
  • In your browser, navigate to https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-2.2.106-macos-x64-installer for Mac or https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-2.2.203-windows-x64-installer for Windows and click the link "click here to download manually" if the download for .NET Core 2.2 SDK does not start automatically.
  • Double-click the downloaded .NET Core 2.2 SDK file and run the installer.
  • Open your computer's terminal and navigate to the directory bearing the name of the program and containing the top level subdirectories and files.
  • Enter the command "dotnet build" in the terminal.
  • Enter the command "dotnet run" in the terminal. The program should begin to run in the console.

Specification

Behavior Input Output
Create Place object Filled form submitted Place place = new Place(information from the form)

Known Bugs

No known bugs

Technologies Used

  • C# .Net Core
  • Visual Studio Code

License

This software is licensed under the MIT license

Copyright (c) 2020 Evgeniya Chernaya&Erich Richter.