Usage - Microservices Mode
Run/Stop container:
# run:
> make start
# stop:
> make stop
# clean rebuild:
> make cleanInspecting health of the containers:
> make psMonitoring Logs:
> make logsRunning Automated Tests
Installing a new package
Database Migrations (Currently: MySQL)
Last updated