{"database":"PostgreSQL with SQLAlchemy","endpoints":{"DELETE /api/posts/<id>":"Delete post (requires login)","GET /api/health":"Health check","GET /api/posts":"Get all posts (paginated)","GET /api/posts/<id>":"Get specific post","GET /api/profile":"Get user profile (requires login)","GET /api/users":"Get all users (paginated)","POST /api/login":"Login user","POST /api/logout":"Logout user","POST /api/posts":"Create a new post (requires login)","POST /api/register":"Register a new user","PUT /api/posts/<id>":"Update post (requires login)","PUT /api/profile":"Update user profile (requires login)"},"features":{"auto_migration":"Enabled","fallback_creation":"Available","flask_migrate":"Integrated"},"message":"Flask API Server on Vercel","platform":"Vercel Serverless","version":"2.2.0-flask-cli"}
