API - Get all books #2

Closed
opened 1 year ago by a258wang · 0 comments
Owner

Create an API endpoint to get a list of all books in the library catalogue.

The endpoint should accept GET requests.
The response should be a JSON array of all books. Include the following information about each book:

  • id
  • title
  • authors
  • isbn

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 a list of all books in the library catalogue. The endpoint should accept GET requests. The response should be a JSON array of all books. Include the following information about each book: - id - title - authors - isbn 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 1 year ago
a258wang self-assigned this 1 year ago
a258wang closed this issue 1 year ago
a258wang referenced this issue from a commit 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: www/library#2
Loading…
There is no content yet.