Skip to content

YoApp/yostat.us

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Status
Run in Postman

Docs

http://docs.yostat.us

Getting Started

  • Install pip package manager if you haven't yet:

Linux: sudo apt-get install python-pip Mac: brew install python

sudo pip install virtualenv

  • Clone this repo:
git clone git@github.com:YoApp/yostat.us.git
cd yostat.us
  • Create a virtualenv, enter it and install dependencies:
virtualenv env
. env/bin/activate
pip install -r requirements.txt
  • Run the Flask server to accept incoming requests on port 5000:
python server.py

alt tag