This application is an example application for the Rookout Dotnet Agent tutorial.
Run it in a few simple steps:
- Build the container using Docker -
docker build . -t rookout-dotnet-todo
. - Run the built container using
docker run -it -p 8080:80 rookout-dotnet-todo
- Check out your brand new web app at
http://localhost:8080
. - You may also test your container with TODO backend project by going to
https://www.todobackend.com/specs/index.html?http://localhost:8080/todos
.