- Install docker to your system
- Run
docker compose up
and you are good to go
We use ES6 module system to import and export modules.
We save credentials to other services in a variables.env
file. This file is included in this template. However, it is common use not to include it in a public repository. There are some default key value pairs included to demonstrate its working.
You can change the ports of your server via variables.env
- Appoinments: microservice for the Appointments resource - running on port:3010
- Apigateway: microservice for the API Gateway - running on port:3011
- Clients: microservice for the Clients resource - running on port:3012
Check the readme files of each container to understand the setup