seliem / Pacco.Services.OrderMaker

Order maker service for Pacco.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pacco

What is Pacco?

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.

What is Pacco.Services.OrderMaker?

Pacco.Services.OrderMaker is the microservice being part of Pacco solution.

Branch Build status
master master branch build status
develop develop branch build status

How to start the application?

Service can be started locally via dotnet run command (executed in the /src/Pacco.Services.OrderMaker 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:5015.

You can also start the service via Docker, either by building a local Dockerfile:

docker build -t pacco.services.ordermaker .

or using the official one:

docker pull devmentors/pacco.services.ordermaker

What HTTP requests can be sent to the microservice API?

You can find the list of all HTTP requests in Pacco.Services.OrderMaker.rest file placed in the root folder of the repository. This file is compatible with REST Client plugin for Visual Studio Code.

About

Order maker service for Pacco.

License:MIT License


Languages

Language:C# 96.3%Language:Shell 2.4%Language:Dockerfile 1.4%