Skip to content

norbertFeron/graph-ryder-api

Repository files navigation

Graph Ryder Api

This is a simple Rest full Api to interact with neo4j database and query opencare users, posts and comments

####1. change config file

cp config.example.ini config.ini
nano config.ini

Neo4j 3.2 database need the following graphAware plugins:

[neo4j]
url = myNeo4j
user = user
password = pass

Local Installation

####2. install requirements

pip install -r requirements.txt

####3. launch api server

python app.py

Docker Installation

####2. build

docker build -t graph-ryder-api .

####3. run

docker run -d -p 5000:5000 --name my-graph-ryder-api graph-ryder-api

If you launch neo4j in a container you have to link it with '--link' option

--link neo4jContainerName:myNeo4j

Post install

Generate the apidoc

  • install apidoc
npm install apidoc -g
  • generate the doc
apidoc -i ./routes/ -o ./routes/apidoc/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages