Setup guide for the DuoXPy Website⚙️
Create a .env file in the root directory with the following variables:
# Supabase Configuration
SUPABASE_URL=your-supabase-url
SUPABASE_KEY=your-supabase-anon-key
SUPABASE_SERVICE_KEY=your-supabase-service-key
Run the SQL commands in supabase-setup.sql inside your Supabase SQL editor to create the required tables and security policies.
# Install frontend and root dependencies
npm install
# Install API dependencies
cd api
npm install
cd ..npm run start- Frontend runs on:
http://localhost:8080 - API runs on:
http://localhost:3000
npm run buildDeploy the API separately if needed.
Made with ❤️ by Chromeyc