ProjectCheshire / movies-javascript-bolt

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:JavaScript 68.0%Language:HTML 32.0%