| title | Flask | ||
|---|---|---|---|
| description | A popular minimal server framework for Python | ||
| tags |
|
This is a Flask app that serves a simple JSON response.
- Python
- Flask
- Install Python requirements
pip install -r requirements.txt - Start the server for development
python3 main.py