Skip to content

A micro-blogging web application powered by Neo4j

Notifications You must be signed in to change notification settings

chengjihui/neo-mblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Use mvn jetty:run to start embedded Jetty server running on port 8080.
  2. Access http://localhost:8080/populate to populate sample data.
  3. Access http://localhost:8080 and use alex as the username and password to log in.
  4. 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.

About

A micro-blogging web application powered by Neo4j

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 56.7%
  • JavaScript 41.9%
  • HTML 1.4%