Hive management for beekeepers
Manage your beehives: add, edit, delete hives.
Reminders for inspections and treats.
New features coming soon, still in development.
To run the application you need python and django
To install django:
pip install django
Next create database:
python3 manage.py makemigrations
python3 manage.py migrate
Start the local django server:
python manage.py runserver
Visit 127.0.0.1:8000 to run the application 127.0.0.1:8000