- Install Docker
- Run
$ docker-compose up
This project is a demo of microservice architecture build to run in containers. The goal is to highlight the scalability and high availability of this architecture.
This project is broken up into multiple docker containers that can be built and run separately but is meant to run together with docker-compose.
Web UI is the front-end of this project build with Angular. If Node.js and Angular CLI are installed, Web UI can be built and run without Docker. However, Dockerfile is provided and can be used to build it in a container environment.