Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 688 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 688 Bytes

How it works

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

Alt text

Requirements

Python >= 3.5

$ pip install aiohttp[speedups]

$ pip install pymongo

Start

$ git clone http://github.com/gustavovaler/py-mongo-api-framework.git

$ cd py-mongo-api-framework

$ python3 server.py

Docs

Under construction. See /doc-webstyle folder