deckhearth/api
Randall Stillwell d71d85ee43 Add database test endpoint for local debugging
🔧 Local Development Debugging:
- Add api/test-db-local.js for database connection testing
- Helps diagnose local environment issues
- Tests table existence and user data

Note: Local Vercel dev having database connection issues
Consider testing on production environment instead
2025-07-22 08:13:20 -05:00
..
admin Fix admin users API endpoint 2025-07-22 07:36:37 -05:00
auth Remove conflicting TypeScript API files 2025-07-22 06:55:09 -05:00
cards Implement complete card scanning and collection flow - ready for local testing 2025-07-22 08:01:20 -05:00
collections Implement complete card scanning and collection flow - ready for local testing 2025-07-22 08:01:20 -05:00
v1/cards Fix Node.js 18 compatibility for Vercel deployment 2025-07-21 16:08:45 -05:00
debug.js Add comprehensive debug endpoint to check environment variables 2025-07-22 06:53:36 -05:00
make-admin.js Add admin promotion options 2025-07-22 07:23:03 -05:00
migrate.ts Fix Vercel ES module import issues 2025-07-21 16:12:24 -05:00
promote-testuser.js Add simple test user promotion endpoint 2025-07-22 07:11:02 -05:00
setup-auth.js Convert auth endpoints to working Vercel function format 2025-07-22 06:46:09 -05:00
simple.js Add environment variable debugging to simple endpoint 2025-07-22 06:52:30 -05:00
test-db-local.js Add database test endpoint for local debugging 2025-07-22 08:13:20 -05:00
tsconfig.json Fix Vercel ES module import issues 2025-07-21 16:12:24 -05:00