Skip to content

nxbalazs/nxBee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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