In this project, connect to or start a Neo4j database and seed data, run your own Neo4j GraphQL API, and make a HTTP call to your Neo4j GraphQL API using Javascript in the browser.
- Connect to or start a Neo4j database and seed data
- Build a Neo4j GraphQL API to interact with the seeded data
- Make a http call to your Neo4j GraphQL API using Javascript in the browser
CREATE (m:Movie {title: "Forrest Gump"})
MERGE (m)<-[:ACTED_IN {screenTime: 100}]-(:Person {name: "Tom Hanks"})To show completion:
- Push your API and Browser code to a private Github repo
- In your private repo, add Github users
@darrellwarde,@angrykoala,@danstarns
Please do not make a public repo or pull request with your project.