API built with flask RESTFul toolkits (see requirements.txt root file for more informations).
Only available with python3
clone the repo
on the root folder, execute
pip3 -r requirements.txt
to install Python required packagescreate a copy of
config.json.example
, rename itconfig.json
and put your config
cd db
flask db upgrade
python create_admin.py
in project root folder, execute
make test
to execute test for only one resource
make test res=name_of_res
flask run
Go to http://localhost:5000
https://www.farmbot-school.fr/
This repository is part of Normandy Farmbot project :
- funded by EU (FEDER) and Région Normandie
- led by Chambre Régionale d'Agriculture de Normandie and Le Dôme (Caen, France)
This application was initially developed by INCAYA
GPL v3, cf. COPYING