GutCheck empowers individuals to understand and optimize their digestive health through personalized insights and data-driven recommendations. Unlike generic health apps, GutCheck focuses specifically on digestive health with scientifically-backed insights that help users identify food sensitivities and improve gut wellness.
clawhub install gutcheck
```env
MONGODB_URI=mongodb://localhost:27017/gutcheck
JWT_SECRET=your-super-secret-jwt-key-here
PORT=5000
NODE_ENV=development
```
```bash
cd gutcheck
npm run dev
```
POST /api/auth/register - Register a new userPOST /api/auth/login - Login and retrieve JWT tokenGET /api/auth/me - Get current user data (requires auth)POST /api/diet/add-meal - Add a new meal entryGET /api/diet/my-meals - Get all meals for current userPUT/DELETE /api/diet/my-meals/:id - Update/delete meal entries共 1 个版本