| .. | ||
| app.py | ||
| README.md | ||
| test_app.py | ||
REST API Blog Example (Flask)
This is a simple Flask REST API example added inside the Flask repo fork for the IT6 Final Drill.
Features
- Full CRUD operations for blog posts (id, title, content)
- Proper error handling and HTTP status codes
- Unit tests with 100% coverage (using unittest)
How to run
- Install dependencies (preferably in a virtual environment):
pip install flask