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.
The API documentation can be found here
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
To run unit tests for blst
(III-env)$ python manage.py test
Copyright © 2016 - Collin Mutembei
This project is licensed under the terms of the MIT license.