A basic example of implementation of a api with Django using the Django Rest Framework library and Json web Token.
$ git clone https://github.com/vicabitu/basic-django-api-rest.git
$ cd basic-django-api-rest
$ docker-compose build
docker-compose up
docker-compose exec web python manage.py migrate --noinput
docker-compose exec web python manage.py createsuperuser
docker-compose stop
