neo-mblog
neo-mblog copied to clipboard
A micro-blogging web application powered by Neo4j
Twitter-like micro-blogging web application using Neo4j
Neo-mblog is a sample application to demonstrate the use of Neo4j in web application.
It is a Twitter-like micro-blogging web application. It uses Neo4j as the backend storage.
The features in this sample application are very limited. It's a small demo to show the basic usage of Neo4j.
How to use
- Use
mvn jetty:run
to start embedded Jetty server running on port8080
. - Access
http://localhost:8080/populate
to populate sample data. - Access
http://localhost:8080
and usealex
as the username and password to log in. - Use it
Reference article
I published an article in IBM developerWorks China site about how to use Neo4j. If you can read Chinese, take a look at this article.