Hiking-zynnsoft / PlacesYouveBeen.Solution

Epicodus week 9, lesson 33

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Places You've Been

By: *Katie Pundt and Kim Brannian

A website where users can enter places that they've visited

Technologies Used

  • C#
  • .NET
  • ASP.NET Core MVC
  • Razor
  • NuGet
  • git
  • GitHub

Description

A website to create an online travel diary.

System Requirements

Setup/Installation Requirements

  • Navigate to https://github.com/kpundt93/PlacesYouveBeen.Solution
  • Click on the green "Code" button and copy the repository URL or click on the copy button
  • Open the terminal on your desktop
  • Once in the terminal, use it to navigate to your desktop folder
  • Once inside your desktop folder, use the command git clone https://github.com/kpundt93/PlacesYouveBeen.Solution.git
  • After cloning the project, navigate into it using the command cd PlacesYouveBeen.Solution\Places
  • Then run the command dotnet restore to install project dependencies
  • Then run the command dotnet run to run the project in the browser
  • If you'd like to run the tests for the project, navigate to the PlacesYouveBeen.Solution\Places.Tests folder using the command cd ../Places.Tests
  • Then run the command dotnet test

Known Bugs

  • No known bugs

License

MIT License: https://opensource.org/licenses/MIT

Copyright (c) 2021 Katie Pundt and Kim Brannian

About

Epicodus week 9, lesson 33


Languages

Language:C# 83.2%Language:HTML 16.8%