Creating a Python REST API project using aiohttp

WE’LL SEE HOW TO CREATE A COMPLETE PRODUCTION LEVEL PYTHON REST API PROJECT USING AIOHTTP FRAMEWORK. WE WILL THEN SEE HOW TO DEPLOY IT ON AZURE USING DOCKER CONTAINER.
In the application:
We will have Get/POST/PUT/DELETE and a startup method. We will be using config file to keep our config keys like connection string.
We will be using a Logger file for logging our responses.

Creating a Python REST API project using aiohttp

WE’LL SEE HOW TO CREATE A COMPLETE PRODUCTION LEVEL PYTHON REST API PROJECT USING AIOHTTP FRAMEWORK. WE WILL THEN SEE HOW TO DEPLOY IT ON AZURE USING DOCKER CONTAINER.
In the application:
We will have Get/POST/PUT/DELETE and a startup method. We will be using config file to keep our config keys like connection string.
We will be using a Logger file for logging our responses.