flask-rest-api-starter/ ├── app/ │ ├── __init__.py # Application factory │ ├── config.py # Configuration settings │ ├── extensions.py ...