git clone https://github.com/naxa-developers/KVS-Django.git
Make sure you create the database with correct privileges
docker-compose build
docker-compose up
python manage.py loaddata fixtures/province.json
Similarly load data for tables District, Municipality, Theme, Category, Question and Answer, from respective json files in fixtures.
Launch browser to http://localhost:8021/api/v1/ to launch the API Explorer