4
1 Comment

Integrating Supabase with Django

I've been using Django to build my marketplace webapp and I feel the need for integrating it with a database for User Authentication and storing vendor details.
After reading some of the IH blogs, I found suggestions for using a backend-as-a-services like Firebase, Supabase, and Hasura.

Out of these, Supabase was liked by the most since it has the same features as Firebase and is open-source, and doesn't have vendor lock-in like Firebase.

So I went further with it. Though there are many tutorials on Firebase, but there seems to be a lack of tutorials on Supabase.
How can I integrate supabase with Django?

If you could share a blog or anything that goes over this, it would be great.

This is the GitHub repo if you wanna contribute as well:
https://github.com/Keshav2136/online-retail-marketplace

on August 28, 2021
  1. 2

    I would look at swapping to Node/TS as that is what the Supabase team use.

    Also Tailwind as well.