A modern soccer prediction platform that allows users to create groups with friends and place score predictions on soccer games.
npm install
npm run serve
npm run build
npm run lint
This project uses Supabase as the backend. You need to set up the following tables in your Supabase project:
supabase_tables.sql
in the Supabase SQL Editor to create all required tables:
supabase_tables.sql
src/
├── assets/ # Static assets like images and icons
├── components/ # Reusable Vue components
├── config/ # Configuration files (Supabase config)
├── router/ # Vue Router configuration
├── services/ # API service calls
├── views/ # Page components
The application implements a complete authentication flow
Users can
See Vue CLI Configuration Reference for customizing the configuration