Edit in Bolt ⚡️
Edit in StackBlitz ⚡️
- Supabase
- Used for data persistence.
- Used for authentication.
- Requires a Supabase URL and a Supabase anon key.
Create a .env.local
file in the root of apicius-web, and add the following:
VITE_SUPABASE_ANON_KEY=
VITE_SUPABASE_URL=
Set the VITE_SUPABASE_ANON_KEY
, and VITE_SUPABASE_URL
environment variables in this file with the associated values from your Supabase account.
TODO: Add docs for database migrations.
npm install
npm run dev