project title - Kendil Pharma Description: Kendil Pharma is a web application that enables pharmacists to manage their medication inventory by adding, deleting, and updating medicine information, while users can access the comprehensive list of medicines provided by pharmacists. It also employs secure authenticaion and autherization system.
Name ID Abreham worke....UGR/2898/13 Nardos Seyfu.....UGR/0080/14 Samrawit Dawit...UGR/0221/14 Sifen Beshada....UGR/0667/14
-
We used MongoDB because its document storage format is a JSON-like format called BSON (Binary JSON). This format aligns with NestJS's use of JavaScript and JSON serialization, allowing us to store and retrieve JSON-like records without complex normalization. This compatibility simplifies data integration.
-
MongoDB offers schema flexibility, which is crucial for our data. For example, data like drug descriptions can contain varying lengths and content. Additionally, MongoDB can handle large amounts of data efficiently.
-
MongoDB provides an ODM (Object Document Mapping) that offers functionality to perform CRUD operations, making it easier to work with the database.