This is a Windows Forms application written in C# with a MySQL back-end to manage inventory, orders, and sales records.
- Visual Studio IDE
- SQL Server
- SQL Server Management Studio
This section will help get the requirements for the app.
- View Microsoft's official Visual Studios download page
- Select Visual Studios 2019 Community and install
- After the installation completes open Visual Studio Installer
- Select and install
- .NET Desktop Development
- Data Storage and Processing
- View Microsoft's official SQL Server download page
- Select Developer or Express then download
- Choose the basic installation type
- Install at default directory location
- View Microsoft's official (SSMS) download page
- Click the link to download SSMS
- Follow the steps and click install at the end
- After the setup is complete launch SSMS
- Create a server or log into one
- Create an empty database using MySQL Server.
- Locate the file called scripts within this repository.
- Import the file to populate the database and import the stored procedures.
This project is licensed under MIT. Please see LICENSE file