Skip to content

Neo4j Example application with node (express) backend using the neo4j-javascript-driver

License

Notifications You must be signed in to change notification settings

jhomarolo/movies-javascript-bolt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Movies Example Application - neo4j-driver Edition

image of application

Stack

Quickstart

Setup

$ npm install

Run locally

  • Start Neo4j (Download & Install) locally and open the Neo4j Browser.
  • Install the Movies dataset with :play movies, click the statement, and hit the triangular "Run" button.
  • Clone this project from GitHub
  • Run the App inside the Webpack Dev Server:
# run in developement mode (refreshes the app on source code changes)
$ npm run dev

# builds the release version with client assets in "build" directory
$ npm run build

When running in "dev" mode navigate to http://localhost:8080/webpack-dev-server/ to see the application.

After executing the npm run build command, open local file "build/index.html" in your browser.

About

Neo4j Example application with node (express) backend using the neo4j-javascript-driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.0%
  • HTML 32.0%