Skip to content

Create the CRUD Routes and Models #1

@eddyboka

Description

@eddyboka

Develop CRUD routes and models for books:
POST /books (Add new book)
GET /books (Fetch all books)
GET /books/:id (Get book by ID)
PUT /books/:id (Update book details)
DELETE /books/:id (Remove book)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions