Angular, Docker and Microservices
NOTE: If you're using Docker CE on Windows, remove the cAdvisor service defined at the bottom of the docker-compose.yml file before running the project.
To run the project (development mode):
-
Install Docker CE for Mac or Windows (http://docker.com)
-
Install Angular CLI:
npm install @angular/cli -g
-
Run
npm install
at the root of the project -
Run
npm install
in ./microservices/node -
Move back to the project root
-
Run
ng build
-
Run
docker-compose build
-
Run
docker-compose up
-
Navigate to http://localhost
-
To see your container CPU utilization, memory, etc. visit the cAdvisor URL: http://localhost:8080