drapek / wum-quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUIZ WUM

Introduction

This is app to help memorize latin names of bacteria. It is deployed on heroku under this address: heroku_link:

Installation

  1. Install the required packages
pip install -r requriements.txt
  1. Init the database (using Python console)
from app.functions import db_create
db_create()
  1. Read initial data from example_data folder (using Python console)
from app.functions import import_csv_data
import_csv_data('example_data/import_data.csv')

Requirements

  • Python 3.6
  • Flask 0.12.2

About


Languages

Language:Python 62.4%Language:HTML 35.5%Language:CSS 2.1%