Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithmike01/book-review-be
https://github.com/codewithmike01/book-review-be
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithmike01/book-review-be
- Owner: codewithmike01
- License: apache-2.0
- Created: 2024-04-03T08:23:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T18:19:06.000Z (7 months ago)
- Last Synced: 2024-08-20T16:43:21.608Z (3 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Book Review Application
As a back-end developer working for an online retailer selling books. The tasked is developing a server-side application that stores, retrieves and manages book ratings and reviews.
## Features
- Retrieve a list of all books available in the bookshop
- Search for specific books and retrieve their details based on the book’s ISBN code, author names and titles
- Retrieve reviews/comments for specified books
- Register as a new user of the application
- Login to the application
- Add a new review for a book (logged in users only)
- Modify a book review (logged in users can modify only their own reviews)
- Delete a book review (logged in users can delete only their own reviews)
- (Multiple users) Access the application at the same time to view and manage different book reviews simultaneously