tmsbn/Connect-Us
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
------ Employment oriented social networking application using Neo4j ------ Course: Database Implementation Systems Authors: Neo4j Team ------ Stack ------ * Backend: Flask, Neo4j-Server, Neo4j Bolt Driver for Python * Frontend: jquery, bootstrap, d3.js ------ How to run ------ 1. Install the following python3 dependencies : Flask, Neo4j Bold Driver for python. 2. Open the Neo4j desktop application and start the database server with employment data. 3. Navigate to this folder in terminal and type python app.py. 4. Navigate to http://localhost:8888 on your browser to run the app.