Git Product home page Git Product logo

neo4j-node-server's Introduction

Neo4j + Express.js Boilerplate Template

Boilerplate code for quickly getting an Express.js server up and running with some template code for an extendable API that incorporates Neo4j. Using the Neo4j driver provided by Neo4j, this slim repository can be expanded upon to build out a large backend API infrastructure that is linked to a graph database.

Requirements

  • Ensure Node.js is installed on your system
  • Code editor of your choice VS Code is my preference
  • Ensure Neo4j Community edition is installed on your system and set up with a new username and password. Neo4j v3.5.3 is operational for this template as of July 2020, but Neo4j 4.X versions should have little to no impact on the functionality of this boilerplate template.
  • A positive mindset. You got this!

Installation and Run Instructions

  1. In 1 terminal window run git clone https://github.com/dkazenoff/neo4j-express-boilerplate.git and then npm install
  2. In the same window, run node app.js to launch the express server and backend JS API
  3. In terminal window 2, navigate to inside the install directory location of Neo4j and start the server up. Running bin/neo4j console in this terminal window is one method of launching the server.
  4. The Full neo4j-express server is now ready to use! Run test GET/POST API calls with Postman ("localhost:8080/test_api/") to prove you're receiving the expected demo-responses, and that your local neo4j server is getting populated correctly. See Neo4j Documentation for more information
  5. All Done! Post any issues you run into and happy coding.

neo4j-node-server's People

Contributors

lrmendes avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.