In a similar style to Django this cookiecutter provides a `manage.py` module to assist you in your development. This script is simply assembled using the [click](https://github.com/pallets/click) library.
Excuting the script with no parameters will print a list of available operations.
```
$ python manage.py
```
If you have installed the dev dependencies you will have access to the werkzueg dev server. Do not use this server in production.