Build a social network with me using Supabase and Vue! Supabase is a new-ish competitor to Firebase. They don't offer all the services Firebase offers, but they do currently offer database and authentication (among others) which is enough to build out our social network. Find them at https://supabase.io/
I call this social network Timeless. It's kinda like Twitter except that users may post only a single post a year. Better make it a good one!
I created a starter kit for the Timeless app. We won't be using it extensively in this build, but you may want to grab a copy for a cool logo and some wireframes that explains the project and how it might work. This build is scaled down from that, but the context would still be helpful. Share your email at this video's page on my site to get a copy of that. https://raddevon.com/articles/build-a...
This video encompasses the entire build, but we still need to deploy. Be sure to subscribe on YouTube to be notified when that video goes live.
Here are some notes that will be helpful as you work through the build.
🍺 The Homebrew command to install Postgres on macOS is brew install postgresql. In Windows, download the Postgres installer and run it.
📼 Check out my video on SQL to learn the basics. It's not required, but it will give you a better understanding of the database underlying Supabase.
Thanks for building along with me. I'll see you in the next few weeks when in the follow-up video in which we will deploy the app!