Next go to the inside of the above directory and create two separate directories – app and db. Now create an SQL file under db ...
/project-root ├── server.py (or main.py) # Your Flask application entrypoint ├── config/ │ └── settings.py ...