Skip to content

dreambo/flavorwocky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flavorwocky

Flavorwocky was an entry for the Neo4j Heroku Challenge and has been rewritten to use Spring Data Neo4j 4.

Demo: http://www.flavorwocky.com

A guide to building Flavorwocky with Spring Data Neo4j 4: https://www.airpair.com/neo4j/posts/the-essence-of-spring-data-neo4j-4

Deploying Locally

  • Set up Neo4j 2.2.x
  • > git clone git@github.com:luanne/flavorwocky.git
  • > git checkout sdn
  • The application runs on Heroku and uses the GrapheneDB add on. It has been set up to use the environment variable called GRAPHENEDB_URL. Create an environment variable on your machine called GRAPHENEDB_URL with value of the form http://:<neo4j-server-password@: e.g. http://neo4j:neo@localhost:7474
  • Make sure your local Neo4j server is running
  • Create categories using the categorySetup.cql script
  • >mvn clean spring-boot:run
  • Launch the app in your browser (e.g. http://localhost:8080/)

Releases

No releases published

Packages

No packages published

Languages

  • Java 37.9%
  • JavaScript 29.9%
  • HTML 28.3%
  • CSS 3.9%