Home

Awesome

fastapi_serviceutils_template

Cookiecutter template used by fastapi-serviceutils when running create_service.

To create a new service you need fastapi-serviceutils.

Install it using:

pip install fastapi-serviceutils

Now you can run the create_service command. To see required arguments run:

create_service --help

An example for the created documentation of such a service can be found on exampleservice documentation.