This is app to help memorize latin names of bacteria. It is deployed on heroku under this address: heroku_link:
- Install the required packages
pip install -r requriements.txt- Init the database (using Python console)
from app.functions import db_create
db_create()- 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')- Python 3.6
- Flask 0.12.2