This project is a simple store management system that allows users to manage products, customers, and orders. It provides a command-line interface for users to interact with the system.
- Add, update, and delete products
- Add, update, and delete customers
- Create and manage orders
- View reports on sales and inventory
- Search for products and customers
- Export data to CSV files
- User authentication and role-based access control
- Data validation and error handling
- Unit tests for core functionalities
- Documentation for API endpoints and usage instructions