Skip to content

epicodus-lessons/section-2-friend-letter-csharp-net6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published