Thanks to visit codestin.com
Credit goes to github.com

Skip to content

drapek/wum-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published