Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 737 Bytes

File metadata and controls

17 lines (12 loc) · 737 Bytes

What Is This?

This is a finished example repo corresponding to the LearnHowToProgram.com walkthrough on creating a very simple web app with ASP.NET Core MVC and C#. The first lesson of this walkthrough is Constructing and Configuring an ASP.NET Core Project.

How To Run This Project

  1. Clone this repo.
  2. Open your shell (e.g., Terminal or GitBash) and navigate to this project's production directory called "FriendLetter".
  3. Run dotnet run.
  4. Open the browser to http://localhost:5000.

Available Routes

  • localhost:5000/
  • localhost:5000/hello
  • localhost:5000/goodbye
  • localhost:5000/form