Autoimmune symptom tracking and ML correlation platform
Remetra helps autoimmune disease patients track symptoms, food, and activities to identify patterns and prevent flare-ups through Data analysis.
Build Images:
just setupStart all services with Docker:
just devOpen http://localhost:8000/docs to view the API documentation.
| Command | Description |
|---|---|
just setup |
Build images |
just dev |
Start services with hot reload |
just test |
Run all tests |
just lint |
Check code quality |
just format |
Auto-fix formatting issues |
just docker-down |
Stop all services |
Run just --list to see all available commands.
remetra/
├── backend/ # FastAPI backend
├── mobile/ # Mobile app
├── tests/ # Test suite
├── docs/ # Documentation
└── .github/workflows/ # CI/CD
- Backend: FastAPI, Python
- Database: TBD
- Mobile: TBD
- Infrastructure: Docker
Built by Generate Product Development Studio at Northeastern University
See README-DEV.md for development setup and guidelines.