Skip to content
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

Jesse Theisen - RDBMS-API-Full #357

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

theiseja
Copy link

@theiseja theiseja commented Feb 9, 2019

@raylom

Project MVP

  • Project Setup
  • Build database
  • [POST] /api/cohorts This route should save a new cohort to the database.
  • [GET] /api/cohorts This route will return an array of all cohorts.
  • [GET] /api/cohorts/:id This route will return the cohort with the matching id.
  • [GET] /api/cohorts/:id/students returns all students for the cohort with the specified id.
  • [PUT] /api/cohorts/:id This route will update the cohort with the matching id using information sent in the body of the request.
  • [DELETE] /api/cohorts/:id This route should delete the specified cohort.

Stretch Problem

  • [POST] /students This route should save a new student to the database.
  • [GET] /students This route will return an array of all students.
  • [GET] /students/:id This route will return the student with the matching id.
  • [PUT] /students/:id This route will update the student with the matching id using information sent in the body of the request.
  • [DELETE] /students/:id This route should delete the specified student.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant