{"message":"🚀 Habit Tracker API","version":"1.0.0","description":"Backend API for Habit Tracker Mobile Application","documentation":{"health":"GET /api/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","verifyOtp":"POST /api/auth/verify-otp","forgotPassword":"POST /api/auth/forgot-password","resetPassword":"POST /api/auth/reset-password"},"habits":{"list":"GET /api/habits","details":"GET /api/habits/:id","log":"POST /api/habits/log","stats":"GET /api/habits/stats/user","logs":"GET /api/habits/logs/user"},"notes":{"list":"GET /api/notes","create":"POST /api/notes","details":"GET /api/notes/:id","update":"PUT /api/notes/:id","delete":"DELETE /api/notes/:id","pdf":"GET /api/notes/:id/pdf"},"users":{"profile":"GET /api/users/profile","update":"PUT /api/users/profile","dashboard":"GET /api/users/dashboard","changePassword":"PUT /api/users/change-password"}},"server":{"local":"http://localhost:12000","network":"http://localhost:12000","environment":"development"},"instructions":{"mobileAccess":"Use http://localhost:12000 in your Flutter app to access this API from mobile devices","testing":"Use Postman or curl to test endpoints","troubleshooting":"Check /api/health for server status"}}