Learn how to connect your application to a Supabase database, then validate the setup by creating your first API endpoints to perform basic CRUD operations (Create, Read, Update, Delete).
We are going to start this series with a quick reminder about databases. We will also introduce Supabase, an easy-to-use tool to host your database table.
Now that we have created our first table inside Supabase, we are going to implement the connection between our backend application and Supabase. This connection will be reused later, when we implement authentication using Supabase.