Local Environment Setup

Running the Application

Starting CrelioHealth backend services

👤 Sai Tharun

Running the Application

13. Start Database Services

make run-db

This starts all database-related services (MySQL, Elasticsearch, Redis, etc.)

14. Start All Application Services

make run-all

This command starts all backend services at once.


15. Build Frontend Assets

For building frontend assets, refer to the detailed instructions:


On this page