This repo contains a React Native application that is a cooking guide that provides various recipes for its users. The app was made to practice the use of RN while integrating it with Supabase.
- React Native
- Expo
- Supabase
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the dependencies with
npm install
. - Set up Supabase with a new project.
- Create the tables based on files included in the
database
folder. - Add a query function on your Supabase project based on the
recipes_by_ingredients.sql
file. - Create a
.env.local
file in the root directory and add the following variables:EXPO_PUBLIC_SUPABASE_URL
- the url of your supabase project.EXPO_PUBLIC_SUPABASE_ANON_KEY
- the key of your supabase project.
- Start the app with
npm start
.
Enjoy cooking!