A simple Flask web application with ping API and CORS support.
- Install dependencies:
pip install -r requirements.txt- Run the application:
python main.pyThe app will run on http://localhost:5000
- GET /: Root endpoint with app info
- GET /ping: Health check endpoint that returns "pong"
- CORS enabled for all routes
- JSON responses
- Health check endpoint
- Development server with debug mode