View on GitHub

Flask and Neo4j

An application powered by Flask and Neo4j.

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

运行应用

首先确认 Neo4j 正常运行于 http://localhost:7474(启动 Neo4j 时的默认端口)。

要运行应用,项目结构 中的要求均应满足,之后执行 run.py

python3 run.py

即可在 http://localhost:5000 访问应用。

下节:家庭作业