Theo-s-Meta-Capstone / IndoorMaps

0 stars 0 forks source link

User Auth using Prisma <-> type-graphql <-> apollo server <-> cookies in the browser with JWTs <-> Relay #3

Closed dumax315 closed 5 days ago

dumax315 commented 5 days ago

Description

I know this pull request is way too big but it took a lot of code to set up the different libraries used in this project (see title). The pull request is supposed to serve as a basis for connecting Prisma, type-graphql, apollo server, Relay, and Vite

Milestones

Resources

See Github Issue #1 for the resources I used to get prisma, type-graphql, and apollo server running.

Test Plan

By Using Apollo sandbox (accessible by going to http://localhost:4000/graphql in a browser after running the backend code) I tested all mutations and querries.

Here is a gif of the sign up

Sign up