- 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
- Using Strawberry library which is recommended by FastAPI
- 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
- This API is deployed as a Serverless Function on Vercel