Skip to content

Dietary calculator and personal database - for ketogenic diet.

License

Notifications You must be signed in to change notification settings

janpeterka/ketocalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1f169f · Jan 19, 2025
May 26, 2022
Dec 29, 2024
May 26, 2022
Nov 20, 2021
Aug 6, 2022
Nov 9, 2020
May 26, 2022
Mar 10, 2022
Dec 29, 2024
Jan 19, 2025
Aug 28, 2018
Jun 5, 2020
Jul 28, 2020
Aug 6, 2022
Aug 6, 2022
Jun 5, 2020
Sep 19, 2022
Sep 20, 2019
Nov 19, 2021
Feb 13, 2020

Repository files navigation

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.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published