The Inventory Management System is a simple application designed for individual sellers on sites like eBay and Depop, helping them to manage their inventory. It also allows backups to be generated for data security.
- Please note that you need .NET Framework 4.8 installed, and you will need MSBuild and nuget if you do not have Visual Studio installed.
- Clone the repository to your local machine:
git clone https://github.com/consolelogreece/InventoryManagementSystem.git-
Either load and run the project in Visual Studio, or:
-
Navigate to the project directory in the terminal.
-
Restore the packages (note: you may need to configure environment variables):
nuget restore- Build the project (note: you may need to configure environment variables):
MSBuild.exe- Navigate to /IMS_UI/bin/debug and run IMS_UI.exe.
After cloning the repository and before running the application, you need to update the filePath key in the App.config file located in the /IMS_UI directory. This key specifies the path where the data and backups will be stored.
Open the App.config file in a text editor and update the following section with your file path:
<appSettings>
<add key="filePath" value="YOUR_FILE_PATH_HERE" />
</appSettings>This project is licensed under the MIT license.