This project was made in the Python Website Full Tutorial - Flask, Authentication, Databases & More tutorial by Tech with Tim.
download the project on github.
$ git clone <repo url>
After that open your terminal and write:
$ cd flask-website-tutorial
# enter in the app folder
$ pip install -r requirements.txt
# install the dependencies
$ python .py
# execute the app
This commands wiil execute the script in:
http://127.0.0.1:5000
to stop the server(localhost) press Ctrl+C or Cmd+C