davide-ceretti / mongodb-flask-api

A simple API built on top of MongoDB and Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB Flask API

A simple API built on top of MongoDB and Flask

Install

System dependencies:

  • Python 3.4
  • MongoDB (See ./install_mongodb_ubuntu1404.sh)
pip install -e .

Test

tox

Run

run
curl http://127.0.0.1:5000/api/hello

About

A simple API built on top of MongoDB and Flask

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 93.5%Language:Shell 6.5%