Skip to content

Gustavovaler/py-mongo-api-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published