Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 291 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 291 Bytes

blockchain

Instalation

  1. Set virtual env.
virtualenv env
source env/bin/activate
  1. Install dependencies
pip install django
pip install djangorestframework
pip install django-rest-swagger

Trying the API

get the full list of allowed endpoints in localhost:8000/docs