-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend Routes #5
Comments
This was referenced Mar 26, 2020
This was referenced Mar 26, 2020
Closed
Closed
Closed
This was referenced Mar 27, 2020
This was referenced Apr 3, 2020
Closed
This was referenced Jun 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Routes
/cohorts
GET
/alumni
GET
/projects?type=
GET
/cohorts/:cohortId
GET
/cohorts/:cohortId/alumni
GET
/cohorts/:cohortId/projects?type=
GET
/alumni/:studentId
GET
/alumni/:projectId
GET
/projects/:projectId
GET
/alumni/:studentId/projects
GET
Admin Routes
/login
POST
/logout
GET
/stats
GET
/cohorts
POST
/alumni
POST
/projects
POST
/cohorts/:cohortId
PUT
/alumni/:id
PUT
/projects/:projectId
PUT
/cohorts/:cohortId
DELETE
/alumni/:id
DELETE
/projects/:projectId
DELETE
The text was updated successfully, but these errors were encountered: