an application that is based on a Udemy tutorial. But with significant changes to leverage Neo4j as the database.
the same repository includes both an express server and the vuejs client
clone the repository and run
NPM run dev
which wil start both the server and the client
"dev": "concurrently --names "server,client" "npm run server --silent" "npm run client --silent""
- Neo4j - graph database
- Apollo - Graphql middleware
- vue Apollo - library to integrate graphql to vue js
- Gerald Michelant - gegeraptor - gegeRaptor
This project is licensed under the MIT License - see the LICENSE.md file for details