An open API service indexing awesome lists of open source software.

https://github.com/jexp/sdn-webinar

Spring Data Neo4j Webinar Demo
https://github.com/jexp/sdn-webinar

Last synced: over 1 year ago
JSON representation

Spring Data Neo4j Webinar Demo

Awesome Lists containing this project

README

          

Spring Data Neo4j Live-Coding Webinar Project
---------------------------------------------

#1 develop a domain model of todos and tags using tests
#2 evolve to a standalone webapp (war-deployment) - add configuration, controller, jsp
#3 modify deployment to be self hosted for Heroku
# heroku apps:create sdn-webinar -s cedar
# heroku addons:add neo4j
# git push heroku master