View on GitHub

neo4j-flask

A microblog application powered by Flask and Neo4j.

Download this project as a .zip file Download this project as a tar.gz file

Run the Application

First and foremost, make sure you have Neo4j up and running at http://localhost:7474 (the default port when starting Neo4j).

To run the application, assuming your run.py file looks as I described it here, simply execute run.py:

python run.py

Your application will be available at http://localhost:5000.

Next: Deploy to Heroku