Skip to content

consolelogreece/InventoryManagementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

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.

screenshot

Installation

  • 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.
  1. Clone the repository to your local machine:
git clone https://github.com/consolelogreece/InventoryManagementSystem.git
  1. Either load and run the project in Visual Studio, or:

  2. Navigate to the project directory in the terminal.

  3. Restore the packages (note: you may need to configure environment variables):

nuget restore
  1. Build the project (note: you may need to configure environment variables):
MSBuild.exe
  1. Navigate to /IMS_UI/bin/debug and run IMS_UI.exe.

Configuration

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>

License

This project is licensed under the MIT license.

About

Simple Inventory management system for indvidual sellers. Such as on ebay, depop...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages