NetPro

(β˜… 216)

🌈An enhanced version with clean architecture of asp.netcore,efficiently manage startup,Support for netcore3.1/6.0

  • .gitattributes
  • .gitignore
  • _config.yml
  • Directory.Build.props
  • docker-compose.yml
  • global.json
  • LICENSE
  • README.md
  • README_Chinese.md
  • rundocker.ps1
  • tye.yaml

# Installation Guide

1. Get the code
git clone https://github.com/LeonKou/NetPro

Downloads the entire project code from GitHub to your computer.

cd NetPro

Moves into the project folder you just downloaded.

2. Docker

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build

Builds and starts all defined containers (server, database, etc.) at once, in the background.

βœ… Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.

3. .NET

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet add package NetPro.Startup --version *

Type this command into your terminal and run it.

dotnet new -i netproapi::*

Type this command into your terminal and run it.

dotnet new netproapi -n project name

Type this command into your terminal and run it.

dotnet new netproapi -n IAM

Type this command into your terminal and run it.

[17:40:03] dotnet process id:14520

Type this command into your terminal and run it.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation