Supermarket Management System This project is a simple CRUD (Create, Read, Update, Delete) operations-based Supermarket Management System implemented using the MVC (Model-View-Controller) architecture.
Features CRUD Operations: Allows users to Create, Read, Update, and Delete supermarket items. MVC Architecture: Follows the Model-View-Controller design pattern for better organization and separation of concerns.
User-Friendly Interface: Provides an intuitive interface for users to interact with the system. Data Persistence: Data is stored persistently to ensure information is retained between sessions.
Technologies Used C#: The main programming language used for development. Entity Framework Core: Utilized for implementing the MVC architecture and data access layer. MySQL: Used as the database management system for data storage. ASP.NET Core Identity: Provides authentication and authorization functionalities for user management. Usage
Clone the repository to your local machine. Set up the MySQL database and configure the connection details in the application settings. Build and run the application using Visual Studio or command line tools. Access the application through a web browser.
Contributing Contributions are welcome! Feel free to submit issues or pull requests.
License This project is licensed under the MIT License.