Skip to content
forked from cmbi/xssp-api

xssp-rest is a REST wrapper around the mkhssp and mkdssp applications.

Notifications You must be signed in to change notification settings

touwwouter/xssp-api

 
 

Repository files navigation

Build Status

xssp-api is a REST wrapper around the xssp mkhssp and mkdssp applications. It uses a celery queue to manage requests to prevent overloading the machine.

Development

Installation

Clone the repository and cd into the project folder:

git clone https://github.com/cmbi/xssp-api.git
cd xssp-api

Create a python virtual environment:

mkvirtualenv --no-site-packages xssp-api

Install the dependencies:

pip install -r requirements
bower install

Run the unit tests to check that everything works:

./test_unit.sh

Running

Open a terminal window and run:

./run.sh

Open another terminal window and run:

./run_celery.sh

About

xssp-rest is a REST wrapper around the mkhssp and mkdssp applications.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 75.5%
  • HTML 22.1%
  • Shell 1.2%
  • Other 1.2%