hey everyone, kind of chasing my tail right now, a...
# orm-help
g
hey everyone, kind of chasing my tail right now, and I was wondering if someone could lend a hand. I have basically built out my Apollo/React frontend and want to hook it into prisma/gql server/db. I've tried several different versions of the tutorials: https://www.prisma.io/docs/tutorials/setup-prisma/create-new-db/postgres-eiyov7erah/ https://www.prisma.io/docs/tutorials/build-graphql-servers/development/build-a-graphql-server-with-prisma-ohdaiyoo6c/ Which is fine and dandy, but I don't know if it gets me any closer to my goal. After doing those 2, I found this one about specifically setting up a frontend: https://www.prisma.io/docs/tutorials/connect-to-prisma-from-the-frontend-fbgaeyrou7 But it seems like some assumptions are made about what needs to happen first. More specifically, "The tutorial assumes that you already have a running Prisma service, so please make sure to have the endpoint of it available. If you're unsure about how you can get started with your own Prisma service, check one of these tutorials: Setup Prisma on a Demo server Setup Prisma with a new MySQL Database Setup Prisma with a new Postgres Database Setup Prisma by connecting your empty MySQL Database Setup Prisma by connecting your empty Postgres Database"