In this lesson, we’ll explore a different approach to building a back-end application: using Supabase as a Backend-as-a-Service (BaaS).
We’ve learnt to build APIs with Express, MySQL databases, and JWT authentication. We’ll see how Supabase can provide this functionality without writing back-end code.
By the end of this lesson, we’ll have built a complete posts application with authentication using only HTML, vanilla JavaScript, and Supabase.