Skip to content

arielnahom/dotnet-tutorial-2022

 
 

Repository files navigation

Dotnet Containerized Application Sample

This application is an example application for the Rookout Dotnet Agent tutorial.

Run it in a few simple steps:

  1. Build the container using Docker - docker build . -t rookout-dotnet-todo.
  2. Run the built container using docker run -it -p 8080:80 rookout-dotnet-todo
  3. Check out your brand new web app at http://localhost:8080.
  4. You may also test your container with TODO backend project by going to https://www.todobackend.com/specs/index.html?http://localhost:8080/todos.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.0%
  • C# 28.3%
  • JavaScript 21.5%
  • HTML 10.7%
  • Dockerfile 3.5%