Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.04 KB

GraphQL Supabase FastAPI - Serverless

  • This is an example project for using these techonologies
  • There is an accompanying NextJS frontend
  • This API provides CRUD functionality for the business card DB and generates a png image of a new card using Pillow library when card entries are created in the DB

GraphQL

  • Using Strawberry library which is recommended by FastAPI

Supabase

  • Uses Supabase Auth
  • Using supabase-py
  • This works with RLS which is offered by supabase (optional)
  • Uses the Storage buckets and Postgres DB offered by Supabase

Serverless Function

  • This API is deployed as a Serverless Function on Vercel

Resources