Another dotnetcore learn project, but it's .NET 6.0, it's mature enough to use it in production after 6 version itteration
Mirror of https://github.com/benyaminl/dotnet-core-playground.git
|
3 months ago | |
---|---|---|
.vscode | 1 year ago | |
Authentication | 3 months ago | |
Controllers | 3 months ago | |
Filters | 1 year ago | |
Helper | 3 months ago | |
Middleware | 1 year ago | |
Migrations | 1 year ago | |
Models | 3 months ago | |
Properties | 1 year ago | |
SQLDocker | 1 year ago | |
nats | 1 year ago | |
.dockerignore | 1 year ago | |
.env.example | 1 year ago | |
.gitignore | 1 year ago | |
AppDBContext.cs | 1 year ago | |
Dockerfile | 1 year ago | |
Program.cs | 3 months ago | |
README.md | 1 year ago | |
TodoApi.csproj | 1 year ago | |
WeatherForecast.cs | 1 year ago | |
appsettings.Development.json | 3 months ago | |
appsettings.json | 3 months ago | |
docker-compose.yml | 1 year ago | |
sqlserver.Dockerfile | 1 year ago |
This is a simple .NET Core 6.0 playground with SQL Server trusted connection/WinAuth, and swagger UI and some improvement on the swagger generator.
I don't provide any other readme as this is just a playground for myself. kindly follow https://blog.benyamin.xyz to see more notes regarding this project.
Restore using dotnet restore
restore, then dotnet run
run. Then you are good to go.
This project use 3rd party plugin/package from Min.io and Minio.AspNetCore For more, you can use Podman/Docker as Server emulator, see here