Skip to content
Frederik Wulf edited this page Apr 8, 2023 · 27 revisions

Welcome to the ecommerce wiki!

E-Commerce Project based on microservice architecture build with .net

Getting Started

Run docker-compose up in the project root to start the docker container providing a postgres database and the infrastructure for Apache Kafka.

The services share code via the Common project. Currently that is provided locally as a nuget package. To do that follow these steps:

  1. Pack the project with dotnet pack -o {direcotry path}
  2. Reference the local package directory

Explore

  • Features and Functionality
  • Technology
  • Architecture
  • Testing
  • Deployment
Clone this wiki locally