Local Environment Setup

Verification

Verifying your CrelioHealth backend local setup

👤 Sai Tharun

Verification

After completing all steps, verify that:

  • All Docker containers are running without errors
  • Database migrations completed successfully
  • Elasticsearch indexes are created
  • You can access the application locally

Troubleshooting

If you encounter any issues during setup, please reach out to the development team on Slack.

Common Issues

IssueSolution
Docker build fails for netifacesRemove version number from requirements file
Migration failsUse --fake flag and manually create tables
Elasticsearch connection errorEnsure Docker containers are running

On this page