How to Build a Neo4j Application with Node.js


Are you a Node.js developer tasked with learning Neo4j, or are you just interested in learning something new?

If this sounds like you (or even if it doesn’t), then the Building Neo4j Applications with Node.js course on GraphAcademy is for you!

This is a course I’ve been working hard on for the past month, and I’m happy to share it with you now.

What is GraphAcademy?

Neo4j GraphAcademy is our free, self-paced, hands-on online learning platform.

We on the Neo4j DevRel team have been working hard to build a brand new website and course curriculum that provides a fun, engaging, and hands-on learning experience. You can read more about the changes that we made on the Neo4j Developer blog.

About the Course

In the course, you will learn all about the Neo4j JavaScript Driver by adding it into an existing project, and then modifying a set of services to interact with Neo4j.

You will learn all about database sessions, read and write transactions, and see how to execute a Cypher query and handle results.

At the end of the course, the accompanying UI will be populated with data held in a Neo4j Sandbox](https://sandbox.neo4j.com) instance.

Assumptions

We assume that you have a prior working knowledge of JavaScript, NPM, and the Node.js ecosystem. We also assume that you have some previous experience working with Neo4j.

If you have no prior experience with Neo4j, you can follow the Beginners Learning Path. There are four courses designed to teach you the basics in approximately six hours.

What You Will Learn

The course is split into three modules, which will guide you from complete beginner to expert.

In the first module, Project Setup, you are guided through setting up the project and registering environment variables so that the API can communicate with the Neo4j Sandbox instance created during the enrollment process.

In the second module, The Neo4j JavaScript Driver, you will learn all about the Neo4j Driver and how it should be used within an application. This includes installing the neo4j-driver dependency using npm, building a connection string, creating a Driver instance using the driver() method, and verifying that the credentials used to create the driver instance were correct.

The third module, Interacting with Neo4j, teaches you about the Driver lifecycle — how to open new database sessions, execute read and write transactions, and how to consume the results. The module also teaches you how to handle potential errors thrown by the driver. Throughout this module, you will be challenged to modify the existing project and run tests to verify that the code has been written correctly.

The final module allows you to practice the skills covered in the previous three modules by implementing the remaining features.

At the end of the course, you will have a working API that serves data to the SPA included in the project. The API will allow you to register a new user and sign in, browse the movie catalog, rate movies, and create a list of favorite movies.

The course is free of charge and there is no time limit to complete the course!

Enroll Now

You can enroll now, for free, by registering for GraphAcademy and clicking Enroll Now on the Building Neo4j Applications with Node.js page.

If you have any comments or feedback you can get in touch with me on Twitter or use the feedback widgets on each page.

Good luck!


How to Build a Neo4j Application with Node.js was originally published in Neo4j Developer Blog on Medium, where people are continuing the conversation by highlighting and responding to this story.