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
- Host: GitHub
- URL: https://github.com/jexp/sdn-webinar
- Owner: jexp
- Created: 2012-02-16T15:11:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-16T15:12:54.000Z (over 14 years ago)
- Last Synced: 2025-02-05T17:32:26.444Z (over 1 year ago)
- Language: Java
- Homepage: http://sdn-webinar.herokuapp.com
- Size: 110 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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