Skip to content

A microblog application written in Python powered by Flask and Neo4j.

Notifications You must be signed in to change notification settings

munick/neo4j-flask

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-flask

A microblog application written in Python powered by Flask and Neo4j. Extension of Flask's microblog tutorial.

Tutorial

Here!

Usage

Make sure Neo4j is running first!

git clone https://github.com/nicolewhite/neo4j-flask.git
cd neo4j-flask
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python run.py

http://localhost:5000

About

A microblog application written in Python powered by Flask and Neo4j.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.1%
  • HTML 28.8%
  • CSS 7.1%