fanqingsong / neo4j-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neo4j + docker + docker-compose + node.js example

how to start

just make it:

  • run terminal
  • $ make

dependencies:

docker.host

It depends on platform:

  • OSX: please check docker-machine ip
  • Linux: 127.0.0.1 or localhost

neo4j

It binds to port docker.host:17474 http://docker.host:17474/ This is web interface to db.

  • Login: neo4j
  • Password: test

app

It binds to port docker.host:13000 http://docker.host:13000/ There are AngularJS/Bootstrap the simplest client for example. Just click load button.

Files

Please check files to clarify concepts

Have a fun!

Use microservice and have a fun! Best regards +1G Team and slava hatnuke

About


Languages

Language:HTML 57.6%Language:JavaScript 26.2%Language:Makefile 11.1%Language:Dockerfile 5.0%