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