Skip to content

This is an store management system for SMEs based on windows form

Notifications You must be signed in to change notification settings

MeyerZhou/Admin-Manage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

This is an store management system for SMEs based on windows form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published