Skip to content

A platform for foodies to share their favorite recipes with the world

Notifications You must be signed in to change notification settings

renatozr/nextlevel-food

Repository files navigation

NextLevel Food

A platform for foodies to share their favorite recipes with the world

View Demo

About The Project

To exercise Next.js and it's App Router feature.
Based on Maximilian Schwarzmüller's Course.

Getting Started

Prerequisites

  • NPM
  • Supabase Project

Installation

  1. Clone the repo
    git clone [email protected]:renatozr/nextlevel-food.git
  2. Enter the directory
    cd nextlevel-food
  3. Install NPM packages
    npm install
  4. Rename .env.example file to .env.local
  5. 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=
  6. Setup Supabase
    npm run supa
  7. Run the project
    npm run dev

About

A platform for foodies to share their favorite recipes with the world

Topics

Resources

Stars

Watchers

Forks