Nginx.Template 1.0.0

dotnet new install Nginx.Template::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

Nginx.Template

.NET NuGet Nuget Version

ASP.NET project template with nginx.

Features

  • ASP.NET
  • Entity Framework
  • Docker & docker compose
  • nginx
  • MySQL
  • editorconfig

Installation

dotnet new -i Nginx.Template

Usage

dotnet new ngx-api -o Your.Project

Run it from Docker

# 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

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1,491 7/29/2021
0.1.0 658 7/17/2021

Change CLI command to "ngx-api"