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
- Host: GitHub
- URL: https://github.com/kumarayushkumar/neo4j
- Owner: kumarayushkumar
- Created: 2023-02-23T05:12:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T10:56:36.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T09:44:28.102Z (over 1 year ago)
- Topics: neo4j, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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