Flask and Neo4j by nicolewhite is drawn from Flask's tutorial on building a microblog application, which expands the microblog application to include social features made possible by using Neo4j instead of SQLite as the backend database.
Here I'd like to rebuild .NET+Neo4j Asset in Flask+Neo4j the similar way. In addition, as part of a training session, I'll rewrite the document in Chinese.
-
先决条件
-
虚拟环境
-
需要的包
-
项目结构
-
数据模型
-
用户注册
-
用户登录
-
添加资产
-
显示资产
-
用户登出
-
添加样式
-
运行应用
-
课后作业