Project Information
-
Project name:Book Shelf API
-
Category:Backend
-
Role:Backend Developer
-
Company:
-
Project date:October 2023
-
Tools:VSCode
-
Project URL:
Details
The Bookshelf API project aims to create a robust and scalable API for managing digital bookshelves. This API provides users with the functionality to perform CRUD (Create, Read, Update, Delete) operations on their book collections, including adding new books, viewing a list of books, updating book information, and deleting books from the collection.
By completing this project, I will earn a certificate from dicoding.com as evidence of successfully mastering the fundamental topics of back-end application development. The Bookshelf API is designed to be integrated with various front-end applications or other services that require access to book data, using technologies such as Node.js, Express.js, and either NoSQL or SQL databases to store book data. Additionally, the API can implement authentication and authorization techniques to ensure secure access to book data.
The development of the Bookshelf API aims to provide an efficient and user-friendly solution for managing book data in various applications, such as library applications, online bookstores, or personal collection management apps.
Point:
- 1. The API can store books
- 2. The API can display all books on the server
- 3. The API can display book details
- 4. The API can update book data
- 5. The API can delete books
- 6. The project uses port 9000
- 7. The project has a runner script named start