- Michael Yarmoshik
- Timofej Ratsko
We are developing an Inventory Management System (IMS) for our online and in-person business that sells groceries, health products, clothing, tools, office materials, and home goods. We are connecting suppliers with customers and organizing any purchases or expenses made in our business. This system will allow for greater efficiency and consistency in our business by streamlining the process with the use of a database system. We strive to create community and quality products for an affordable price, whilst creating a challenge for other companies trying to do the same.
- Install .NET 7 core.
- Extract files, navigate to the base directory.
- Add database information in
Data > InventoryManagementContext.cs > _connectionString
. - Run SQL queries in
Data > sql
in your DBMS:- first run
db.sql
to create the database and tables. - second run
data.sql
to insert sample data.
- first run
- Run
dotnet run
from the root directory of the project.