Next.js Shopify Digital Product API

Test the API endpoints below:

1. Test Upload URL Generation

2. Test Download Link Creation

3. Test Download

Setup Instructions:

  1. Copy env.example to .env.local
  2. Update your Supabase credentials in .env.local
  3. Create the required database tables in Supabase
  4. Create a storage bucket named digital-products
  5. Run npm install and npm run dev