A restaurant reservation system implementing the microservice architectural pattern leveraging Docker swarm orchestration.
Start the Docker Compose using:
docker-compose up --build
Or compile the project (make sure you have Node.js and Typescript installed on your system) and start the Docker Compose using:
make