A fullstack CRUD application with Neo4j, Express, React, and TypeScript, built on top of NX monorepo structure.
https://github.com/jpbarbosa/neo4j-crud/wiki
https://www.youtube.com/playlist?list=PLQr4xB1Tr3DFRu_z4tVWJdLsgd8QLsKhc
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
nx run-many --target=serve --all
nx run-many --target=e2e --all
nx test graph