to create database use flask.sql and create a .env file in the following format
database: flask
username:root
host: localhost
password:
Replace root with your mysql servers username,localhost with your database host name and add password of your mysql servers in the blank space after password:
$ git clone https://github.com/Sha1kh4/project-2.git
$ cd project-2
$ pip install -r req.txt
$ flask run