Git Product home page Git Product logo

neo4j-crud's Introduction

Neo4j Fullstack CRUD

A fullstack CRUD application with Neo4j, Express, React, and TypeScript, built on top of NX monorepo structure.

Step-By-Step Tutorial (build your own app)

https://github.com/jpbarbosa/neo4j-crud/wiki

Screencast

https://www.youtube.com/playlist?list=PLQr4xB1Tr3DFRu_z4tVWJdLsgd8QLsKhc

Run Neo4j

docker run \
    --env=NEO4J_AUTH=none \
    --env=NEO4J_apoc_export_file_enabled=true \
    --env=NEO4J_apoc_import_file_enabled=true \
    --env=NEO4J_apoc_import_file_use__neo4j__config=true \
    --env=NEO4J_PLUGINS=\[\"apoc\"\] \
    --publish=7474:7474 --publish=7687:7687 \
    --volume=$HOME/neo4j/data:/data \
    neo4j
cp .env.example .env

Run The App

nx run-many --target=serve --all

Run End-To-End Tests

nx run-many --target=e2e --all

Run Graph Unit Tests

nx test graph

Preview

Demo

neo4j-crud's People

Contributors

jpbarbosa avatar

Watchers

 avatar  avatar

neo4j-crud's Issues

Issue with creating a new Nx workspace “Failed to install depended”

Hi JP,

I’m new to Nx and monorepos. When I try to create a new workspace it gives an error “Failure to install dependencies. I have no idea what to do. I have upgraded Node and npm to the latest versions but I continue to get the same error. Attached is a screenshot of the error.
IMG_9641

Issue with Nx and Neo4JCrud

I am trying complete the Neo4J Crud tutorial. When I run the command "nx run-many --target=serve --all --dev" I get the error: "The Nx CLI could not find or load the native binary for your supported platform (darwin-x64).
This likely means that optional dependencies were not installed correctly, or your system is missing some system dependencies.
For more information please see https://nx.dev/troubleshooting/troubleshoot-nx-install-issues".

How do I fix this issue? I am running on a Macbook Pro M2 16GB RAM.

I figured it out. I was in the wrong shell.

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.