Prerequisites:
- Docker and Docker-Compose or .Net 5
- makefile support for windows
Instalation:
- Navigate to folder 'NumbersWebApp'
- Open console/terminal in the same folder.
- Type and run 'make dev' to run in native .net 5 environment on local maschine. or type and run 'make docker' to run in docker.
- Open browser on address: localhost:8000
- Run 'make docker-stop' to remove the runnig containers.
- Run 'make test' to run unit and integration tests