StoreFlow is an internal web application developed using ASP.NET Core Razor Pages for managing product shortage records in a physical store environment.
The system replaces manual tracking by providing a centralized and structured way to register, search, and manage missing product records.
- C#
- ASP.NET Core
- Razor Pages
- Entity Framework Core
- SQLite
The application is deployed in a Local Area Network (LAN) environment and accessed by multiple devices via hostname resolution, ensuring stable internal access without dependency on dynamic IP addresses.
The main goal of this project is to demonstrate practical backend development, local deployment configuration, and real-world system structuring in a small business scenario.