Skip to content

segiddins/api.palaverapp.com

 
 

Repository files navigation

api.palaverapp.com

Build Status Apiary Documentation

Available under the BSD license.

Setup

  1. Create a virtual environment:

     $ virtualenv venv
    
  2. Activate the virtual environment:

     $ source venv/bin/activate
    
  3. Install the dependencies:

     $ pip install -r requirements.txt
    

Running tests

$ invoke tests

Running the server

For development:

$ python -m palaverapi

In production:

$ gunicorn palaverapi:wsgi

Via foreman:

$ foreman start

About

API for the Palaver iOS IRC application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%