-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Frederik Wulf edited this page Apr 8, 2023
·
27 revisions
E-Commerce Project based on microservice architecture build with .net
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:
- Pack the project with
dotnet pack -o {direcotry path}
- Reference the local package directory
- Features and Functionality
- Technology
- Architecture
- Testing
- Deployment