collinmutembei / III

blst - plan your life
https://blst-api.herokuapp.com
MIT License
0 stars 0 forks source link
angularjs bootstrap django drf

Build Status Coverage Status Code Issues

BLST

BLST is a RESTful API service for managing bucket lists and their constituent items. It is built using Django and Django Rest Framework and uses JSON objects for information interchange.

Project requirements

Documentation

The API documentation can be found here

Installation

To run blst locally configure environment variables and do the following:

$ git clone https://github.com/collinmutembei/III.git && cd III

$ workon III-env

(III-env)$ pip install -r requirements.txt

(III-env)$ python manage.py migrate

(III-env)$ python manage.py runserver

Alternatively, you can deploy your own instance of BLST on Heroku

Deploy

Running tests

To run unit tests for blst

(III-env)$ python manage.py test

License

Copyright © 2016 - Collin Mutembei

This project is licensed under the terms of the MIT license.