Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bingo Battles

How to run locally

  1. Install dependencies.
npm run install:all
  1. Create Backend/.env with the required values.
SUPABASE_URL=your_supabase_project_url
SUPABASE_KEY=your_supabase_anon_key
SESSION_SECRET=any_long_random_string
FRONTEND_ORIGIN=http://localhost:3000
FRONTEND_REDIRECT=http://localhost:3000/dashboard

# Optional for Google OAuth:
GOOGLE_CLIENT_ID=...
GOOGLE_CLIENT_SECRET=...
GOOGLE_REDIRECT_URI=http://localhost:8000/auth/google/callback
PORT=8000

Optional: if your frontend should call a different backend URL, create Frontend/.env:

VITE_BACKEND_ORIGIN=http://localhost:8000
  1. Start the backend.
npm run backend
  1. In a new terminal, start the frontend.
npm run start
  1. Open the website in your browser.
http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages