Install
openclaw skills install gutcheckGutCheck - A digestive health tracking application with personalized insights and data-driven recommendations. Helps users understand food sensitivities and optimize gut wellness.
openclaw skills install gutcheckGutCheck 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
MONGODB_URI=mongodb://localhost:27017/gutcheck
JWT_SECRET=your-super-secret-jwt-key-here
PORT=5000
NODE_ENV=development
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