Skip to content

petritz/food-calculator-api

Repository files navigation

FoodCalculator

Django CI

Tools for calculating recipe nutrition and cost. Including experiment creation for recipe development. Will be most useful for pastries or other baked goods.

Setup

Setup virtual env:

$ virtualenv venv
$ . venv/bin/activate
$ pip install --upgrade pip
$ pip install -r requirements.txt
$ pip install -r dev_requirements.txt

Setup application:

$ python manage.py makemigrations
$ python manage.py migrate

Development

Run server:

$ python manage.py runserver

Data

For now there is a connector to the Billa Onlineshop that fetches all needed information.

Releases

No releases published

Packages

 
 
 

Languages