A cookiecutter template to bootstrap an aioHTTP server.
You need cookiecutter
to process this template:
python -m pip install cookiecutter
To create a project using this template, simply run cookiecutter
:
cd <your_project_folder>
cookiecutter gh:meltygroup/cookiecutter-aiohttp
You'll have to fill some questions and the magic happens!