Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 281 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 281 Bytes

minimalAPI_flask

The code pulls records the csv file and displays them in the webpage. The First name variable is required for the code to run.

Running the code

Step 1: Run the command: export FLASK_APP=instaquery.py under the root folder Step 2: Run the command: flask run