APIEndpoints - IEEE-Team-3/map GitHub Wiki
All API endpoints are prefixed with /api.
POST /auth/registerPOST /auth/loginPOST /auth/logoutGET /auth/me
POST /teams/createPOST /teams/inviteGET /teams/:idPOST /teams/:id/settingsGET /teams/tree
POST /roles/createGET /roles/:teamIdPOST /roles/:id/update
GET /usersGET /users/:idPUT /users/:idDELETE /users/:id
POST /tasks/createGET /tasks/:teamIdPUT /tasks/:id/submitPUT /tasks/:id/status
GET /chat/:teamIdPOST /chat/:teamId/messagePOST /chat/:teamId/lockPOST /chat/:teamId/unlock
POST /announcements/createGET /announcements/:teamId
POST /leaderboards/createGET /leaderboards/:teamIdGET /leaderboards/:teamId/:pointType