You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created an web app which allows user to login to their accounts by using their Email IDs and passwords to keep track of their notes. Web App is based on Flask Python.
Make sure you have the latest version of Python installed.
pip install -r requirements.txt
Running The App
python main.py
Viewing The App
Go to http://127.0.0.1:5000
About
Created an web app which allows user to login to their accounts by using their Email IDs and passwords to keep track of their notes. Web App is based on Flask Python.