StoreCenter is a comprehensive, enterprise-grade inventory management system built with modern technologies and architectural patterns. Featuring a Clean Architecture backend powered by .NET 10.0 and Entity Framework Core, MS SQL Server paired with a Next.js 15 frontend using React 19 and TypeScript, this system delivers scalable inventory management solutions for businesses of all sizes.
Backend Stack:
- .NET 10.0 Web API with Clean Architecture (Domain, Application, Infrastructure, API layers)
- Entity Framework Core 10.0 with SQL Server database
- JWT Authentication with role-based authorization and custom permissions
- Serilog structured logging with file and console output
- Swagger/OpenAPI documentation with JWT bearer authentication
- Global exception handling and CORS middleware
Frontend Stack:
- Next.js 15 with App Router and Server-Side Rendering
- React 19 with TypeScript for type safety
- TanStack React Query v5 for efficient data fetching and caching
- Tailwind CSS 4 for modern, responsive UI design
- Feature-Driven Architecture with Domain-Driven Design principles
- Axios for API communication with automatic error handling
Key Features:
- Multi-layered Security: JWT tokens, role-based permissions, and secure API endpoints
- Scalable Architecture: Microservices-ready backend with clear separation of concerns
- Real-time Data: Optimistic updates and background synchronization
- Professional Logging: Structured logging with trace identifiers and log retention
- Database Migrations: Entity Framework Core migrations with seed data support
- Add, update, and delete inventory items
- Real-time stock tracking and notifications
- User authentication and role-based access control
- Generate detailed inventory and sales reports
- Barcode scanning and printing
- Supplier and purchase order management
- Multi-location inventory management
- Integration with accounting software
- Customizable inventory alerts and thresholds
- Import and export inventory data
- Audit trails and transaction history
- Mobile-friendly interface
- API for third-party integrations
- Data backup and restore functionality
- Comprehensive dashboard and analytics
- Multi-language support
- Customer management and order tracking
- Inventory forecasting and demand planning
- Batch and expiry date tracking
- Support for various units of measurement
- Inventory valuation methods (FIFO, LIFO, etc.)
- Customizable user permissions and settings
- Integration with e-commerce platforms
- Inventory reconciliation and adjustment tools
- Detailed documentation and support
- Regular updates and feature enhancements
Before setting up StoreCenter, ensure you have the following tools and environments configured:
- .NET SDK 10.0 or higher
- Node.js 18.0+ with npm or yarn package manager
- Git for version control
- SQL Server 2019+ (Express, Developer, or Enterprise)
- Alternative options: SQL Server LocalDB for development
- SQL Server Management Studio (SSMS) or Azure Data Studio (recommended)
- Visual Studio 2026 or VS Code with C# extension
- Postman or Thunder Client for API testing
- Docker Desktop (for containerized deployment)
- OS: Windows 10/11, macOS 10.15+, or Linux (Ubuntu 18.04+)
- RAM: Minimum 4GB (8GB+ recommended)
- Storage: At least 2GB free space for dependencies and database
- Network: Internet connection for package downloads
Run these commands to verify your installation:
# Check .NET version
dotnet --version
# Check Node.js version
node --version
npm --version
# Check Git version
git --versionGet StoreCenter up and running on your local machine in just a few steps:
git clone https://github.com/mahedee/store-center.git
cd store-center# Navigate to API project and restore all dependencies
cd backend/StoreCenter/StoreCenter.API
dotnet restore
# Restore other project dependencies
cd ../StoreCenter.Application && dotnet restore
cd ../StoreCenter.Domain && dotnet restore
cd ../StoreCenter.Infrastructure && dotnet restoreDatabase Configuration:
- Create database named
IMSDBin SQL Server - Update connection string in
appsettings.json:
{
"ConnectionStrings": {
"DefaultConnection": "Server=.;Database=IMSDB;User Id=sa;Password=YourPassword;TrustServerCertificate=True;"
}
}Apply migrations and start server:
cd backend/StoreCenter/StoreCenter.API
dotnet ef database update
dotnet runπ Backend Available: http://localhost:8080/swagger/index.html
# Install frontend dependencies
cd StoreCenter.Client
npm installConfigure API connection in .env.local:
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080/apiStart development server:
npm run devπ Frontend Available: http://localhost:3000
- Username:
admin - Password:
P@ssW0rd
- Ensure SQL Server is running
- Backend: Visit
http://localhost:8080/swagger/index.html - Frontend: Open
http://localhost:3000 - Login and start managing inventory!
After setting up, log in to the application using the following credentials:
- Username: admin
- Password: P@ssW0rd
Start managing your inventory. Refer to the documentation (link if applicable) for detailed usage instructions.
We welcome contributions from developers of all skill levels! Whether you're fixing bugs, adding features, improving documentation, or sharing ideas, your contribution matters.
Found a bug or have a suggestion? Please check existing issues first, then:
- Fork the repository and create your feature branch
- Follow this document to know how to contribute
- Write tests for your changes
- Submit a pull request following our PR Guidelines
Thanks to all the amazing people who have contributed to this project!
We believe in recognizing contributors:
- π₯ Top Contributors: Featured in README and social media
- π Monthly Recognition: Special mentions in project updates
- π Contributor Certificate: Digital certificates for significant contributions
This project is licensed under the MIT License. See LICENSE for details.
For questions or feedback, contact:
- Maintainers:
- Name: Mahedee Hasan
- Email: mahedee.hasan@gmail.com
- GitHub: Mahedee
- Website: mahedee.net
- Slack: Slack Channel
- Forum: Forum
- WhatsApp: WhatsApp Group
Special thanks to all contributors and the open-source community for their support.
