guyidk / BookTrack_DevOps_Project

The application allows administrators to manage the library's collection and handle book borrowing transactions. The key functionalities include adding, viewing, and updating books information, as well as logging borrowing activities
0 stars 0 forks source link

Added Book schema to define structure of book documents in MongoDB #8

Closed Farviz14 closed 2 days ago

Farviz14 commented 2 days ago

Added the Book schema to define the structure of book documents in MongoDB. This schema includes fields for title, author, ISBN, genre, available copies, and a Base64-encoded image. Timestamps are also enabled to track when books are created or updated.

guyidk commented 2 days ago

Procced to merge