Add initial project skeleton

This commit is contained in:
Dexter Barnes
2025-08-17 20:55:38 +01:00
commit edf68e8ddc
9 changed files with 1317 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Copy this file to .env and fill in your eBay App ID (a.k.a. Client ID)
# You can generate one in your eBay Developers Program account (Production keys)
# Required for /api/ebay/search route
EBAY_APP_ID=YOUR_EBAY_APP_ID_HERE