A social application written in Python powered by Flask and Neo4j.
It's a copy/extension of neo4j-flask: https://github.com/nicolewhite/neo4j-flask
Clone the neo4j-flask
repository, install the dependencies and start the server.
You must have git, python and pip installed.
Clone the neo4j-flask
repository.
$ git clone git@github.com:DBProductions/neo4j-flask.git
$ cd neo4j-flask
Install the dependencies.
$ pip install -r requirements.txt
$ docker-compose up
$ python create_data.py
$ python main.py
http://localhost:5000/
Star this repo if you found it useful. Use the github issue tracker to give feedback on this repo.