Boilerpate template for a fullstack MERN app.
./index.sh start [SERVICE_NAME_1] [SERVICE_NAME_2]: Start all services (or specified services)./index.sh migrate up: Migrate DB data./index.sh stop [SERVICE_NAME_1] [SERVICE_NAME_2]: Stop all services (or specified services)./index.sh restart [SERVICE_NAME_1] [SERVICE_NAME_2]: Restart all services (or specified services)./index.sh cleanup: Deep docker cleanup./index.sh logs [SERVICE_NAME]: Show logs of all services (or specified services)
- Host endpoint:
http://localhost - As of now, please navigate to each service and manually run the setup/install commands