Skip to content

cuonvc/hau-ecommerce

Repository files navigation

Hau-Ecommerce

20CN2 - Hanoi Architectural University

Application architecture diagram

alt text

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

...