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
The following is drawn from Flask's tutorial on building a microblog application. This tutorial expands the microblog application to include social features, such as tagging posts and recommending similar users, made possible by using Neo4j instead of SQLite as the backend database.

  1. Virtual Environments
  2. Required Packages
  3. Project Structure
  4. The Data Model
  5. Register a User
  6. Login a User
  7. Add a Post
  8. Display Posts
  9. Like a Post
  10. Similarities Between Users
  11. Logout a User
  12. Add Style
  13. Run the Application
  14. Deploy to Heroku