This is a progressive web app for your recipes using free tier of netlify and supabase. You can use the hosted instance or deploy it yourself!
- ✅ image store with clientside image compression
- ✅ progressive web app (installable, app shortcuts)
- ✅ authentication and authorization with postgres Row Level Security
- ✅ multiple environment support (local, staging, production)
- ✅ E2E tests using playwright
-
Clone or fork the repository:
git clone [email protected]:Theiaz/clickncook-supabase.git cd clickncook-supabase
-
Install dependencies:
npm install
-
Setup local supabase instance - follow this instructions
If you want your own recipe app feel free to host it on yourself. A detailed guide can be found here
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License. See the LICENSE file for details.