Python Flask API

Simple Flask API endpoints, routing, and request handling.

Requirements

Flask==2.3.3
Flask-CORS==4.0.0

Usage Instructions

1. Install requirements: pip install -r requirements.txt

2. Run the application: python app.py

3. Access the API at: http://localhost:5000