A contact book built in Flask
- Python
- flask
- Pip
- 1197 lines of Python
- 594 lines of HTML
- 1791 lines of code
- Download everything
- Put it in a folder called website
- Open up command prompt and
cd
into the folder - Do
pip install flask
to make sure that you have flask - Do
python database.py
to set up the database - Make sure it says that tables exist
- Use this guide to intialise variables
- The file to run is
app.py
- Do
flask run
- Enjoy