A platform for foodies to share their favorite recipes with the world
View Demo
To exercise Next.js and it's App Router feature.
Based on Maximilian Schwarzmüller's Course.
- NPM
- Supabase Project
- Clone the repo
git clone [email protected]:renatozr/nextlevel-food.git
- Enter the directory
cd nextlevel-food
- Install NPM packages
npm install
- Rename .env.example file to .env.local
- Fill in the environment variables
SUPABASE_URL= SUPABASE_SERVICE_ROLE_KEY= SUPABASE_DB_USER= SUPABASE_DB_HOST= SUPABASE_DB_NAME= SUPABASE_DB_PASSWORD= SUPABASE_DB_PORT=
- Setup Supabase
npm run supa
- Run the project
npm run dev