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:
- Copy
env.example
to .env.local
- Update your Supabase credentials in
.env.local
- Create the required database tables in Supabase
- Create a storage bucket named
digital-products
- Run
npm install
and npm run dev