$ git clone git@mbaragiola:drf-demo-app.git
$ cd drf_demo_app
$ docker-compose -f local.yml build
$ docker-compose -f local.yml run django pytest
- The backbone of the project was built using django-cookiecutter.
- Documentation is done by Swagger.
- Validation is almost null, this could be improved in the serializers.