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
| Issue | Solution |
|---|---|
Docker build fails for netifaces | Remove version number from requirements file |
| Migration fails | Use --fake flag and manually create tables |
| Elasticsearch connection error | Ensure Docker containers are running |