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

28 create teachers crud routes #37

Merged
merged 20 commits into from
Jan 10, 2025
Merged

Conversation

boyuan12
Copy link
Contributor

Description

Implemented 6 backend API calls under /teachers route

Screenshots/Media

GET /teachers/:id
GET /teachers/:id

GET /teachers
GET /teachers

GET /teachers/classes/:id
GET /teachers/classes/:id

POST /teachers
POST /teachers

PUT /teachers/:id
PUT /teachers/:id

DELETE /teachers/:id
DELETE /teachers/:id

Issues

Closes #28

@boyuan12 boyuan12 linked an issue Dec 29, 2024 that may be closed by this pull request
server/routes/teachers.js Outdated Show resolved Hide resolved
server/routes/teachers.js Outdated Show resolved Hide resolved
server/routes/teachers.js Outdated Show resolved Hide resolved
server/routes/teachers.js Outdated Show resolved Hide resolved
server/routes/teachers.js Outdated Show resolved Hide resolved
server/routes/teachers.js Outdated Show resolved Hide resolved
stevem-zhou
stevem-zhou previously approved these changes Jan 8, 2025
Copy link
Collaborator

@stevem-zhou stevem-zhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

h0ethan04
h0ethan04 previously approved these changes Jan 9, 2025
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.

Create Teachers CRUD Routes
4 participants