login and register page done using flask with mysql database.
A website build using Flask.
Clone down this repository. You will need python and flask installed globally on your machine or in a virutal environment.
git clone https://github.com/karthik-dasari/my-first-flask-project.git
Install python latest version from https://www.python.org/downloads/
pip install flask
flask run
localhost:5000