Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 883 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 883 Bytes

Usage with Docker

Clone this Repos

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