Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 567 Bytes

my-first-flask-project

login and register page done using flask with mysql database.

A website build using Flask.

Installation and Setup Instructions:

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

Installation:

Install python latest version from https://www.python.org/downloads/

Install Flask

pip install flask

To start the application

flask run

Visit the site

localhost:5000