This is a really simple project that I use to play around with GraphQL.
- View Web App: [https://thafryer-nextjs-graphql.vercel.app/] (https://thafryer-nextjs-graphql.vercel.app/)
- View GraphQL Playground [https://thafryer-nextjs-graphql.vercel.app/api/graphql] (https://thafryer-nextjs-graphql.vercel.app/api/graphql)
- Framework: NextJS (React)
- Styling: TailwindCSS
- Database: Supabase (Postgresql)
- DB ORM: Prisma
- GraphQL Server and Client: Apollo
- Hosting: Vercel
- Install Dependencies:
yarn install
- Run App:
yarn dev
- Generate Prisma Client:
yarn prisma:generate
- Build App for Production:
yarn build
- Add Schema Validation
- Connect Mutations to Front-End
- Add Subscriptions