Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Latest commit

 

History

History
59 lines (43 loc) · 2.81 KB

README.md

File metadata and controls

59 lines (43 loc) · 2.81 KB

Amos Backend


node dependencies Status devDependencies Status GitHub code size in bytes

GitHub contributors GitHub commit activity GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests

Follow on Twitter

Tools Used

Run Neo4j

We are using docker. You can setup using whatever you feel comfortable in.

docker run \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/neo4j/data:/data \
    neo4j

Running the server

Firstly, copy the .env.example file to .env and update with the credentials for your Neo4j instance.

npm install
node server.js

Check out solvio.org for more info.

Maintainers

Resources references