Quick start for aiohttp

To use create-aio-app you have to meet the next requirements:

  • python>=3.6
  • docker-compose

Install

pip install create-aio-app

Usage

create-aio-app my_project

If you want to use interactive mode, enter the following command:

create-aio-app

This will create a new directory called my_project.

cd my_project

make run # start your project

Navigate in your browser to http://localhost:8080/

https://raw.githubusercontent.com/aio-libs/create-aio-app/master/assets/assets.png