- Springboot
- Spring Cloud Gateway
- Eureka Server
- Resilience4j Circuit Breaker
- Rest API
- Mysql
- Postgre
- MongoDB
- Zipkin
- ELK
- Redis
- Kafka
- Docker
- Check ng version
ng version Angular CLI: 15.2.5 - Check node version
node -v v16.20.0 - Check npm version
npm -v 8.19.4 - Check docker version
docker --version Docker version 20.10.23, build 7155243
- Clone this repo
git clone https://github.com/mademanik/toko-komputer-microservices.git
- cd into toko-komputer-microservices
cd toko-komputer-microservices - cd into tokkom-backend
cd tokkom-backend - run docker compose command
docker compose up - running server done
- cd into tokkom-frontend
cd tokkom-frontend - run npm install or yarn to download package dependency
npm i - run npm start to run angular client frontend
npm start - open to port http://localhost:8081 to open landing page
- open to port http://localhost:8081/panel to open panel page
- running client done








