Follow these instructions to get started https://docs.zauberstack.com/
This project has been configured to use Supabase for authentication and storage. For detailed setup instructions, see SUPABASE_SETUP.md.
- Authentication: User authentication is handled by Supabase with a fallback to the local authentication system
- Storage: File uploads are stored in Supabase Storage buckets
- Database: PostgreSQL database provided by Supabase is used with Prisma ORM
- Create a Supabase account and project at supabase.com
- Configure your environment variables with Supabase credentials
- Run database migrations with
npx prisma migrate deploy - Start the application with
yarn start