Skip to content

jaystaks/HiveMind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hivemind

Build Status

Hivemind is a Django Restful API created with the purpose of simplifying Club Membership Management.

Installation

  1. Launch Dedicated Virtual Environment for Hivemind (Virtual Environment should run on Python3.6).

    virtualenv -p /path/to/python/3 hivemind
    source hivemind/bin/activate
    
  2. Install pipenv

    pip install pipenv
    
  3. Install Package Requirements.

    • DEVELOPERS / CONTRIBUTORS: Install Dev Packages

      pipenv install --dev
      
    • NORMAL USERS: Install Packages

      pipenv install
      
  4. OPTIONAL: Run Tests

    python manage.py test
    

Contibutions

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.

About

A Django RESTful API

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%