InventoryManagementSystem is a software application designed to manage and track inventory levels, orders, sales, and deliveries. The system aims to optimize inventory control and ensure efficient management of stock.
- Inventory Tracking: KeAep track of inventory levels in real-time.
- Order Management: Manage purchase and sales orders effectively.
- Sales Monitoring: Monitor and record sales transactions.
- Delivery Management: Track deliveries to ensure timely arrival.
- Backend: C#
- Database: SQL
- .NET SDK
- SQL Server
- Clone the repository:
git clone https://github.com/minthukha-coding/InventoryManagementSystem.git
- Navigate to the project directory:
cd InventoryManagementSystem - Restore the dependencies:
dotnet restore
- Apply the database script:
sqlcmd -S <YourServerName> -i ims_db_script.sql
- Run the application:
dotnet run
InventoryManagementSystemApi/DbService: Contains the database service logic.InventoryManagementSystemApi/Models: Contains the data models.InventoryManagementSystemApi/Shared: Contains shared resources and utilities.InventoryManagementSystem.sln: Solution file for the project.ims_db_script.sql: SQL script to set up the database.