Built with Python Flask.
Based on mrpatiwi/flask-starter
Clone this repository:
git clone https://github.com/ACM-Planner/main-api.gitSet environment variables:
export RDF_URI=http://localhost:3030
export RDF_STORE=store
export RDF_USER=admin
export RDF_PASSWORD=pwCheck ACM-Planner/RDF-store to run a local instance of a HTTP RDF Store.
Make sure you have Python 3.4.x installed.
Install the dependencies with:
pip install -r requirements.txtStart this application with:
python main.pyNow it's available at http://localhost:5000.
python test/app_test.py