Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 498 Bytes

Acorle

Acorle is my own tiny microservice solution which integrates a registration center, a configuration center and an API gateway with load balancing support.

It should be used along with a client sdk that is included in iedon-net-api.

Build

CLI users

dotnet build "Acorle.csproj" -c Release -o ./build
dotnet publish "Acorle.csproj" -c Release -o ./publish /p:UseAppHost=false

Visual Studio users

Run Acorle.sln to build.

Docker

See Dockerfile.