Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 902 Bytes

usage

To run our Flask project, follow the steps below and test your pokémon knowledge.

Requirements:

Run the code below to install the necessary modules.

$ pip install -r requirements.txt

Database init

  1. setup your databse in route.py file.
  2. Replace 8 [REPLCE WITH PATH] in create_tables.sql to reflect your systems filepath.
  3. run create_tables.sql in your database.

Running flask

The python way

Run the code below inside the pokemon-quiz folder to start the website.

$ python3 routes.py

Notes

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.