- Cookiecutter-drf-microservice is a ready-to-use API skeleton generator:
- generates it,
- And you:
- add your unittest and endpoints,
- And it will help you to:
- generate the documentation with Coreapi,
- test it with Tox,
- package it Docker,
- deploy it (TODO with) Terraform or Ansible
It sounds simple and it is. Take a look at Drf-microservice it's now generated by Cookiescutter-drf-microservice.
Something disturb you in the code? Don't hesitate to open a an issue and contribute.
When you will find a bug or propose an evolution create a ticket on:
- Issue Cookiescutter-drf-microservice if it's about the generation process
- Issue Drf-microservice if it's about a functionality in the generated drf process
Online documentation is here on readthedoc Online source code available on Github