521 B
521 B
Scavenger Hunt API
REST API to support a community scavenger hunt app.
Environment variables
DB_PASSWORDPassword for the databaseDB_URLJDBC URL for the databaseDB_USERUsername for the databaseJWT_SECRETSecret pass for the JWT
TODO:
User Endpoints
- delete photo for hunt item DELETE
/hunt/{huntId}/team/{teamId}/item/{itemId}/photo/{photoId} - list hunt teams with scores for hunt GET
/lead/hunt/{huntId}/team - list hunters with scores for hunt GET
/lead/hunt/{huntId}/hunter