janpeterka / ketocalc

Dietary calculator and personal database - for ketogenic diet.

Home Page:https://ketokalkulacka.cz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ketocalc - web app for ketogenic diet calculation and management

How to run project

  • Clone repository

  • create local .env file

    • use env.example for example
  • Prepare enviroment with pipenv

    • pipenv install
  • Prepare and update database

    • create scheme in db
    • pipenv run flask db upgrade
  • Run application on localhost

    export FLASK_ENV="development";
    export APP_STATE="development";
    pipenv run flask run;
    
    • see Flask documentation for more information

Formatted with: Code style: black

Checked for vulnerabilities with: security: bandit

About

Dietary calculator and personal database - for ketogenic diet.

https://ketokalkulacka.cz

License:GNU General Public License v3.0


Languages

Language:Python 53.1%Language:Jinja 35.2%Language:JavaScript 8.7%Language:CSS 2.4%Language:HTML 0.4%Language:Mako 0.1%Language:Shell 0.1%Language:Procfile 0.0%Language:Smarty 0.0%