cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Hosting GraphQL API from GRANDstack starter

I used the GRANDstack starter to make a website. Now I am trying to host it. I was able to host the Neo4j on GCP. However, I am having trouble with the GraphQL API. I notice there is no script for production only test, start and seedDB. I never used a sever before and do not know how to write the script for production.
Can someone help me?

1 REPLY 1

MuddyBootsCode
Graph Steward

It all depends on where you're going to host it. The examples in the GRANDstack docs have cod e and examples for hosting it via Ziet Now. That's what I've used for my own production app and it worked fine from there. You'll just need to point it at your own Neo4j instance. Now with Neo4j Aura exists, it should be even easier. I hope that helps.