At this point Im not concerned with deployment, ju...
# orm-help
g
At this point Im not concerned with deployment, just trying to get something working
j
Sorry Im a bit confused as to where you’ve got to. Do you have the prisma playground? With this you can make queries and mutations so it is being saved to a DB.
Also if you want to get started with React maybe check out the starter-kit. I had to clone the repo from github, it didnt work when I used the create command so id ignore that. https://github.com/graphql-boilerplates/react-fullstack-graphql
k
If it helps you can take a look at this project where someone took the whole Apollo/React/Prisma path and built a pretty big practice project. The actual code where the client connects to their Prisma server is here: https://github.com/TreeAntSan/javrater-webapp/blob/master/client/src/api-config.js https://github.com/TreeAntSan/javrater-webapp/blob/master/client/src/index.js#L66 Last I checked their site is live here: ec2-34-206-64-203.compute-1.amazonaws.com