This repository contains a mono repo for a brewery project, consisting of multiple submodules including the Beer Service, Inventory Service, Order Service, and Scheduler. These services use technologies such as Kubernetes, Kafka, Redis, and MongoDB to manage the brewing and distribution of beer.
The steps to set up the environment and start the services are common for all submodules. To get started:
- Clone the repository
- Follow the instructions in the Environment Setup Guide to set up the necessary tools and dependencies
- For information on starting a specific service, refer to the
README
file for that service