A booking reservation service built with Node.js and a microservice architecture in mind
- Clone the repository
- Make sure you are on the
masterbranch - Ensure you have
dockerinstalled on your local machine. You can check this by runningdocker --version - Run
docker-compose buildto build the service images - Run
docker-compose upto start up the containers for the services - To ensure all your containers are running, you can run
docker ps - To remove all volumes and containers run
docker-compose down
- You can test a service by running
docker-compose -f docker-compose-test.yml run test-customers