I have developed a flask app with SQLite database (SQL-alchemy). I want to know what other files I have to add to my directory to get my app deployed hassle-free.
This is my current file structure: static templates app.py models.py data virtual_env requirement.txt