To run our Flask project, follow the steps below and test your pokémon knowledge.
Run the code below to install the necessary modules.
$ pip install -r requirements.txt
- setup your databse in route.py file.
- Replace 8 [REPLCE WITH PATH] in create_tables.sql to reflect your systems filepath.
- run create_tables.sql in your database.
Run the code below inside the pokemon-quiz folder to start the website.
$ python3 routes.py
As a baseline we used the github repository: https://github.com/macloo/basic-flask-app. From there we modified and deleted parts of it. We also used parts of css templates from https://www.w3schools.com/, links can be seen at the top of base.html.
Our memebers are Boas (fnp651), Mona (rhc605), Max (rxv292) and Matin (qhw109), and we are a combination of group 144 and 145.