Asyncio + Mongo DB

Simple rest application on top of Mongo DB with Motor as driver and asyncio as async loop.

Run:

python3 async_rest/main.py

Requirements:

- python >= 3.5
- Motor >= 0.6.2
- aiohttp >= 0.21.6