Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 712 Bytes

File metadata and controls

17 lines (12 loc) · 712 Bytes

Fullstack Template MERN App

Boilerpate template for a fullstack MERN app.

Commands

  1. ./index.sh start [SERVICE_NAME_1] [SERVICE_NAME_2]: Start all services (or specified services)
  2. ./index.sh migrate up: Migrate DB data
  3. ./index.sh stop [SERVICE_NAME_1] [SERVICE_NAME_2]: Stop all services (or specified services)
  4. ./index.sh restart [SERVICE_NAME_1] [SERVICE_NAME_2]: Restart all services (or specified services)
  5. ./index.sh cleanup: Deep docker cleanup
  6. ./index.sh logs [SERVICE_NAME]: Show logs of all services (or specified services)

Other info

  1. Host endpoint: http://localhost
  2. As of now, please navigate to each service and manually run the setup/install commands