Building a simple web application using Flask framework.
Prerequisite
Python 3.6+
pip package manager
Flask
MySQL server
- To download python visit here.
- To download MySQL you can either download
### Xampp
from here or Download seperate package for MySQL here. follow this video
pip install Flask
pip intalll flask-mysqldb
pip install flask-WTF