Task_1_Report
Task_1_Report
Overview
This project, Technology Task 1, demonstrates the use of multiple database systems
(MySQL, PostgreSQL, MongoDB) to perform basic operations such as product addition.
It provides a modular code structure for seamless database interaction and
showcases the flexibility of working with different database technologies in
Python.
Project Structure
Folder Hierarchy:
Code/
database/
services/
main.py : The entry point of the project that integrates all services.
Report/
Features
Product Management: Add product details (name, price, quantity) to the selected
database.
Modular Code: Easy to extend and maintain due to logical separation of concerns.
How to Run
Working of Files
main.py: Provides the interface for selecting databases and performing operations.
Key Highlights
Scalable Design: Modular structure allows adding more database operations or new
database support.
Ease of Use: Clear prompts and error messages for better user experience.
Future Enhancements
Conclusion