Hivemind is a Django Restful API created with the purpose of simplifying Club Membership Management.
-
Launch Dedicated Virtual Environment for Hivemind (Virtual Environment should run on Python3.6).
virtualenv -p /path/to/python/3 hivemind source hivemind/bin/activate
-
Install pipenv
pip install pipenv
-
Install Package Requirements.
-
DEVELOPERS / CONTRIBUTORS: Install Dev Packages
pipenv install --dev
-
NORMAL USERS: Install Packages
pipenv install
-
-
OPTIONAL: Run Tests
python manage.py test
We welcome all contributions to the Repository. If you'd like to contribute to the Repository, read the Contribution Guide for steps on how to go about making your first Contribution.