Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.85 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.85 KB

Admin-Manage

This is a store management system for SMEs based on .NET Windows Form

------------------------------ 27/04/2024 -----------------------------------

To run this application, you have to prepare the following environment for developing and debugging

  1. C# Visual Studio .NET 4.6.1 Framework
  2. XAMPP with the function of Apache and MySQL enabled (you can also use other DBM software for managing the data but need to make sure the .sql file has been imported to the database )

To deploy the database through Apache.

  1. run the XAMPP and enable Apache and MySQL, as shown below. image
  2. open your browser, and go to the following address for the visualised database (http://localhost/phpmyadmin/index.php) and should be like this: image
  3. Create and name the database as "db_SMS", and then import the database from the .sql file attached in this project. Please note, you can also create and name your own database but need to attach the DB name to the main application before you run so that the application can communicate with the DB. e.g. image

To deploy the developing environment, you have to download Visual Studio(2017-2019) from the Microsoft website and install the .NET 4.6.1 Framework targeting pack.

image

Then, you could run the application if the database has successfully connected and the main interface will be shown as bellow: image