Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 524 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 524 Bytes

GraphQL API

A GraphQL API for todo apps, the API handles users session management using cookies and CRUD operations are persisted in a MongoDB instance using Prisma.

The API is deployed on Vercel and can be accessed here: GraphQL API

Stack