Neo4j Movies Example app with Flask backend using the neo4j-python-driver
Neo4j Movies Application: Quick Start This example application demonstrates how easy it is to get started with Neo4j in Python. It is a very simple web application that uses our Movie graph dataset to provide a search with listing, a detail view and a graph visualization. The Stack These are the components of our Web Application: Application Type: Python-Web Application Web framework: Flask (Micro-Webframework) Neo4j Database Connector: Neo4j Python Driver for Cypher Docs Database: Neo4j-Server (4.x) with multi-database Frontend: jquery, […]
Read more