Skip to content

koulik-003/planMyPlate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plan my Plate

For summerbuild 2025

Running the Frontend (Vite/React)

To run the frontend application:

  1. Navigate to the frontend directory:
    cd frontend
  2. Install the dependencies:
    npm install
  3. Start the development server:
    npm run dev
    The application will typically be available at http://localhost:5173.

Running the Backend (Express/Supabase)

To run the backend application:

  1. Navigate to the backend directory:

    cd backend
  2. Install the dependencies:

    npm install
  3. Start the server:

    npm start

    The application will typically be available at http://localhost:8080.

    Note: Ensure your Supabase instance is configured and running if the backend relies on it for database and authentication services. Refer to Supabase documentation for setup.

For Supabase

Required environment variables:

```env
PORT=8080
SUPABASE_URL=your_supabase_url_here
SUPABASE_ANON_KEY=your_supabase_anon_key_here
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.5%
  • CSS 22.0%
  • Other 0.5%