The main idea of this proyect is an easier way to create an API REST application that it works on the MongoDB database system.
When you create a new project with create new myproyect_name
command the skeleton of an application will be created
with the structure that you can see below
$ pip install aiohttp[speedups]
$ pip install pymongo
$ git clone http://github.com/gustavovaler/py-mongo-api-framework.git
$ cd py-mongo-api-framework
$ python3 server.py
Under construction. See /doc-webstyle folder