/nxBee

Hive management for beekeepers

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

nxBee

Hive management for beekeepers
Manage your beehives: add, edit, delete hives.
Reminders for inspections and treats.

New features coming soon, still in development.

Run the application

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