API - Get details for one book #3

Closed
opened 2021-11-05 23:41:00 -04:00 by a258wang · 0 comments
Owner

Create an API endpoint to get detailed information about one book in the library catalogue.

The endpoint should accept GET requests. Use the book's id to query for a specific book.
The response should be a JSON object of information about one book. Include all the information about the book that is available in the database.

For now, use the testing database in this repo to query the information. (We will eventually change this to use the actual library catalogue database on the CSC servers.)

Some potentially helpful resources:

Create an API endpoint to get detailed information about one book in the library catalogue. The endpoint should accept GET requests. Use the book's id to query for a specific book. The response should be a JSON object of information about one book. Include all the information about the book that is available in the database. For now, use the testing database in this repo to query the information. (We will eventually change this to use the actual library catalogue database on the CSC servers.) Some potentially helpful resources: - https://nextjs.org/docs/api-routes/introduction - https://www.sqlitetutorial.net/sqlite-nodejs/
a258wang added the
Backend
label 2021-11-05 23:57:23 -04:00
j285he self-assigned this 2021-11-13 19:20:37 -05:00
Sign in to join this conversation.
No Label
Backend
Frontend
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: www/library#3
No description provided.