Skip to content

A simple but fast api in python for use with MongoDB.

Notifications You must be signed in to change notification settings

edwintcloud/py-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-api

A simple but fast api in python for use with MongoDB.

Setup

  • Requirements: Python >= 3.5 python3 -V and MongoDB.
  • Install dependencies on a virtualenv python3 -m pip install --user virtualenv:
python3 -m virtualenv env
source env/bin/activate
pip install -r requirements.txt

Run Development Server

bash start-dev.sh

About

A simple but fast api in python for use with MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published