An open API service indexing awesome lists of open source software.

https://github.com/iepathos/evelope


https://github.com/iepathos/evelope

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Username - steve
password - bacon

Development Environment Setup
-----------------------------

+ Create Python2.7 virtualenv (virtualenvwrapper recommended)
````
mkproject evelope
````
+ Clone repository
````
git clone https://github.com/solutionspecialist/evelope.git .
````
+ Install dependencies
````
pip install -r requirements.txt
````
+ Run development server
````
./manage.py runserver
````