Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jameelhamdan/recommender
Neo4j crud operations and recommendation query in nodejs
https://github.com/jameelhamdan/recommender
api expressjs neo4j nodejs
Last synced: about 1 month ago
JSON representation
Neo4j crud operations and recommendation query in nodejs
- Host: GitHub
- URL: https://github.com/jameelhamdan/recommender
- Owner: jameelhamdan
- Created: 2019-12-06T12:11:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:53:37.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T16:23:42.645Z (almost 2 years ago)
- Topics: api, expressjs, neo4j, nodejs
- Language: JavaScript
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup for Reccommender
1- install nodejs/npm
2- install neo4j https://neo4j.com/download/
3- after installing neo4j desktop, add a new graph db with username and password
4- then click on "manage" button on new graph then "plugins" and install "GRAPH ALGORITHMS" plugin 3.5.6.1
5- in project root there is a .env file change "NEO4J_USERNAME" and "NEO4J_PASSWORD" to the ones you entered when creating a graph
6- now you can run "npm start" in project root and the project should start and it will check for neo4j conn and initialize database schema