Skip to content

Inventory Management System - C# Windows Forms and MySQL

License

Notifications You must be signed in to change notification settings

nate51315/InventoryApplication

Repository files navigation

InventoryApplication

GIF

Inventory Application

This is a Windows Forms application written in C# with a MySQL back-end to manage inventory, orders, and sales records.

Requirements

  • Visual Studio IDE
  • SQL Server
  • SQL Server Management Studio

Installation

This section will help get the requirements for the app.

Visual Studios IDE Installation

  1. View Microsoft's official Visual Studios download page
  2. Select Visual Studios 2019 Community and install
  3. After the installation completes open Visual Studio Installer
  4. Select and install
    • .NET Desktop Development
    • Data Storage and Processing

SQL Server Installation

  1. View Microsoft's official SQL Server download page
  2. Select Developer or Express then download
  3. Choose the basic installation type
  4. Install at default directory location

SQL Server Management Studio Installation

  1. View Microsoft's official (SSMS) download page
  2. Click the link to download SSMS
  3. Follow the steps and click install at the end
  4. After the setup is complete launch SSMS
  5. Create a server or log into one

Configuration

  1. Create an empty database using MySQL Server.
  2. Locate the file called scripts within this repository.
  3. Import the file to populate the database and import the stored procedures.

License

This project is licensed under MIT. Please see LICENSE file

Releases

No releases published

Packages

No packages published