8000 GitHub - jaystaks/HiveMind: A Django RESTful API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaystaks/HiveMind

 
 

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0