by command: git clone https://github.com/smoothkt4951/KT-Ecommerce.git
then follow the steps
Step 01:
docker build -t kt-client-app ./client
Step 02:
docker build -t kt-server-app ./server
Step 03:
docker-compose up
The Client-App should be up at and http://localhost:3000 the Server at http://localhost:8080
Docker Image
-
docker pull kienthiet/kt-server-app
-
docker pull kienthiet/kt-client-app