An open API service indexing awesome lists of open source software.

https://github.com/kumarayushkumar/neo4j

Neo4j crud operations
https://github.com/kumarayushkumar/neo4j

neo4j nodejs rest-api

Last synced: about 1 month ago
JSON representation

Neo4j crud operations

Awesome Lists containing this project

README

          

# Neo4j

## Neo4j crud operations

/create-user/:userId - Create a user with the given userId

/delete-user/:userId - Delete a user with the given userId

/followers/:userId - Get the followers of the given userId

/following/:userId - Get the followoing of the given userId

/follow/:currentUser/:userId - Make the currentUser to follow the given userId

/unfollow/:currentUser/:userId - Make the currentUser to unfollow the given userId