Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.01 KB

File metadata and controls

23 lines (21 loc) · 1.01 KB

Hau-Ecommerce

20CN2 - Hanoi Architectural University

Application architecture diagram

System-design

How to pull and start the backend module

1. Install Docker and Docker-compose

2. Pulling and starting the backend service

  • Include the logs to monitoring
docker-compose up
  • Or do not include the logs
docker-compose up -d

...