An example of RESTful API backed by NodeJS/Express and Neo4j graph database.
Stars
7
Forks
2
Watchers
7
Open Issues
0
Overall repository health assessment
^1.14.2^4.13.4^2.67.0^0.8.5^1.14.533
commits
Added example test data and instructions how to import them in the neo4j database.
91ad124View on GitHubAdded action and test spec that returns friends of friends on a max of 3rd level depth.
d5452e2View on GitHubAdded action and test spec for the /profile/:id/friends endpoint.
816fb7fView on GitHubAdded friendship request accept/decline endpoint. Updated README docs, added an action and modified the test spec.
2211f00View on GitHubFixing timestamp comparison in the /profiles/:id/friend-requests test.
2f32cf9View on GitHubRemoved Cypher query parameters in favor of ES6 template params.
1c5f16cView on GitHubAdded getAllProfiles() handling and default API endpoint (/);
8ee074bView on GitHubCypher query response is shortened for the callback.
2d1b215View on GitHubReorganized tests for file ordering purpose, now file names start with the number and tests run in the correct order.
29713c6View on GitHub