Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 544 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 544 Bytes

recast-rest-api Build Status

API for the RECAST project live at http://recast-rest-api.herokuapp.com

A RestfulAPI built using EVE. The package is dockerized and has procfile for deployement on Heroku, see docker-compose.yaml and dockerfile

#Instructions

virtualenv env
git clone <this-repo>
cd <this-repo>
pip install -e . --process-dependency-links
recast-api server --config /path/to/config/file