🚀 Flask API Server

Welcome to your Flask application with blueprints!

Available Endpoints:

GET / - Home page
GET /health - Health check
GET /api/status - API status
GET /api/users - Get all users
POST /api/users - Create user
GET /users - Users page

Next Steps: