Pacco is an open source project using microservices architecture written in .NET Core 3.1 and the domain tackles the exclusive parcels delivery which revolves around the general concept of limited resources availability. To read more about this project click here.
Pacco.APIGateway is an API Gateway built with Ntrada being part of Pacco solution.
Branch | Build status |
---|---|
master | |
develop |
Service can be started locally via dotnet run
command (executed in the /src/Pacco.APIGateway
directory) or by running ./scripts/start.sh
shell script in the root folder of repository.
By default, the service will be available under http://localhost:5000.
You can also start the service via Docker, either by building a local Dockerfile:
docker build -t pacco.apigateway .
or using the official one:
docker pull devmentors/pacco.apigateway