How to run the starter project:
- Once downloaded, navigate to the project directory in a terminal and run npm install to install all the project dependencies.
- In the project directory, run npm start to run the app & view it in a browser at http://localhost:3000.
The page will reload when you make changes.
You may also see any lint errors in the console.
This is a little project I set-up to learn the basics of Supabase The reason for an app like this is that it has all the CRUD operations (Create, Read, Update and Delete) I figured if I could do those things with a Supabase database I can do 90% of the things I'd need to use the database for
So come on, make, edit and delete some smoothies!
The course I followed to learn how to get started with Supabase
The course is well paced and clear, big shout out to Shaun aka the Net Ninja His GitHub profile