Clone the repository
git clone https://github.com/ubyndr/playground.git
Install requirements
pip install -r requirements.txt
Make sure docker has access to the location where you've checked out this repo.
Launch a local copy of the DB and load the ontology
docker run -d -p:7474:7474 -p 7687:7687 --volume=`pwd`:/import/ --env-file ./src/resources/env.list matentzn/vfb-prod
Import wine ontology into Neo4j
python3 src/load_db.py file:///src/resources/wine.owl
Run the app
python3 src/app.py
For API documentation you can access swagger page via http://localhost:5001