SanjaySriram99 / flaskAPI-getuserdata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flaskAPI-getuserdata

Basic flask API to get user data from excel spreadsheet login.html is the basic HTML for taking email as input. It then gives a POST request to the API, which then searches the given Excel Spreadsheet for the email. The Excel Spreadsheet has been converted to Pandas DataFrame for ease of earching and utilisation. Once the email has been checked in Excel, the whole row data is passed back to the HTML page as JSON.

About


Languages

Language:Jupyter Notebook 79.1%Language:Python 13.2%Language:HTML 7.7%