Skip to content

LarryEitel/e1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e1

An example of using the Bottle web framework for Python to build an API.

Quickstart

Assuming you have Python 2.7, setuptools, pip, virtualenv, virtualenvwrapper, and git installed, follow these easy steps to set this project up:: git clone git@github.com:LarryEitel/e1.git cd e1 mkvirtualenv ve pip install -r requirements.txt

You will also need MongoDB. Download the appopriate production release for your platform MongoDB's download page.

MongoDB's download page: http://www.mongodb.org/downloads

Once MongoDB is installed and the above virtualenv is running, you can use these commands to start the application::

python app.py

What does it do?

not much at the moment

About

Experimenting with python/bottle/pymong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages