ASP.NET project template with nginx.
- ASP.NET
- Entity Framework
- Docker & docker compose
- nginx
- MySQL
- editorconfig
dotnet new -i Nginx.Template
dotnet new ngx-api -o Your.Project
# Run & build the containers in background
docker-compose -f docker/docker-compose.yml up --build -d
# Then, to see the nginx logs
docker attach api_proxy
# Or in attached mode
docker-compose -f docker/docker-compose.yml up --build
Open a browser and go to http://localhost/WeatherForecast