资源算法DNC-DShop.Services.Discounts

DNC-DShop.Services.Discounts

2020-02-12 | |  35 |   0 |   0

Distributed .NET Core

图片.png

What is Distributed .NET Core?

It's an open source project (and a course available soon at devmentors.io), providing in-depth knowledge about building microservices using .NET Core framework and variety of tools. One of the goals, was to create a cloud agnostic solution, that you shall be able to run anywhere.

We encourage you to join our Discourse forum available at forum.devmentors.io.

For this particular course, please have a look at the topics being discussed under this category.

What is DShop.Api?

DShop.Services.Discounts is a microservice designed for the discounts bounded context DShop solution.

BranchBuild status
mastermaster branch build status
developdevelop branch build status

How to start the application?

Service can be started locally via dotnet run (executed in the /src/DShop.Services.Discounts directory) or ./scripts/dotnet-run.sh shell script, by default it will be available under http://localhost:5000.

You can also run the application using Docker docker run --name discounts-service -p 5000:5000 --network dshop-network devmentors/dshop.services.discounts (include -d to run the container in the background).

It is required to have the basic infrastructure up and running first (RabbitMQMongoDB and Redis) in the same docker network named dshop-network. Services can be started using Docker Compose (and this file) as described here.




上一篇:Dnc.Api.Throttle

下一篇:Dnc.Extensions

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...