We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Catalog
server/queries/catalog.sql
GET
GET/:id
POST
PUT/:id
DELETE/:id
app.js
The text was updated successfully, but these errors were encountered:
liannejl
arralia
Successfully merging a pull request may close this issue.
Instructions
Catalog
, which will allow us to access the data from the frontendNotes
server/queries/catalog.sql
as a jumping-off point!Acceptance Criteria
Routes should be created for the following:
GET
- Returns all data from the catalog tableGET/:id
- Returns the row that matches the idPOST
- Adds a new row to the catalog tablePUT/:id
- Updates an existing row given an idDELETE/:id
- deletes an existing row given an idLogistics:
app.js
should be updated accordinglyserver/queries/catalog.sql
once this task is completeResources
As always, feel free to message Michael and Michelle if you have any questions!
The text was updated successfully, but these errors were encountered: