ketocalc - web app for ketogenic diet calculation and management
-
Clone repository
-
create local
.env
file- use
env.example
for example
- use
-
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