DEV Community

Cover image for Supabase And Angular: A Powerful Combination For Building Web Applications
Christian Lüdemann
Christian Lüdemann

Posted on

Supabase And Angular: A Powerful Combination For Building Web Applications

Supabase is a cloud-based backend as a service (BaaS) platform that provides developers with a set of tools and services for building scalable and secure web applications.
It’s much like Firebase but Supabase provides a PostgreSQL database which solves some of the inconveniences with a NoSQL database such as Firestore.
For that reason, Supabase has now become my favorite BaaS and I use them for my own projects.

In this blog post, we will learn how to get started with Supabase and how to create a todo app with Supabase, Angular, and Nx. In the end, we will further dive into how to get the app production ready.

Read it here.

Top comments (0)