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
This is a simple webapp. I made this while learning flask. The backend is completely on python.
Packages to be installed before running the web app.
running on python3.x
pip install Flask-SQLAlchemy
pip install Flask
About
This is a simple webapp. I made this while learning flask. The backend is completely on python.