A reference project for API routes and database patterns
Simple GET request with query parameters → /api/hello
Store and retrieve simple values → /api/player/score
Store objects with multiple fields → /api/player/profile
Perfect for leaderboards! → /api/leaderboard
Activity feeds and recent events → /api/activity-log
GET /api/hello?name=XGET/POST /api/player/scoreGET/POST/PUT /api/player/profileGET/POST /api/leaderboardGET/POST /api/activity-log