a Django restful api that serves African quotes
# African quotes api
Visit website for API Documentation/How-To
## How to Contribute
- fork this repo
- clone to local
- `cd` to parent folder
- create virtualenv
- `pip install -r requirements.txt`
- `python manage.py migrate`
- `python manage.py createsuperuser` to access admin and create dummy data.
- `python manage.py runserver`
- send to PR to `development` branch