
Closed
Posted
I need a full-stack inventory management application that lets me create, read, update and delete every core entity—products, suppliers, categories and locations—through a clean web interface and a documented Web API. Real-time stock updates are critical, so I expect live quantity adjustments pushed instantly to connected users (SignalR or an equivalent WebSocket approach is fine). The workflow must also support barcode scanning from either handheld scanners or a device camera, immediately pulling up the matching SKU for fast check-in / check-out. Reporting and analytics round out the must-haves: dashboards that show current stock, low-level alerts, turnover rates and exportable PDF/CSV summaries. A straightforward filter/search experience should let me slice data by date range, supplier or category. Preferred stack • Backend: ASP.NET Core with a RESTful or minimal-API architecture • Frontend: React (hooks or [login to view URL] welcome) • Database: SQL Server, code-first migrations Deliverables • Source code for API, frontend and database schema • Seed data and migration scripts • Unit/integration tests covering the main CRUD paths • Setup guide for local and production deployment (Docker or plain IIS acceptable) • Short user manual highlighting real-time sync, scanner workflow and report generation Acceptance criteria 1. Stock count on another browser tab reflects a quantity change in under two seconds. 2. Scanning a valid barcode auto-loads the product form with pre-filled data. 3. Reports export successfully and match on-screen totals. Once delivered, I may ask for periodic enhancements, so well-structured, readable code and concise documentation will be appreciated. If you have relevant demos or repositories, feel free to mention them in your proposal.
Project ID: 40494963
46 proposals
Remote project
Active 19 mins ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
46 freelancers are bidding on average ₹1,214 INR/hour for this job

Your real-time sync requirement will fail under concurrent load if you rely on SignalR without implementing optimistic locking on the SQL Server side. When two warehouse staff scan the same SKU simultaneously, the last write will silently overwrite the first, causing inventory drift that compounds over weeks. Before architecting the solution, I need clarity on two constraints: What is your expected peak concurrent user count during shift changes? Does your barcode scanner hardware support USB HID mode or will you need camera-based decoding with a library like QuaggaJS? Here is the architectural approach: - ASP.NET CORE + SIGNALR: Build a hub that broadcasts stock deltas with row versioning to prevent race conditions and ensure sub-2s propagation across all connected clients. - REACT + TYPESCRIPT: Create a component library with real-time hooks that subscribe to inventory events and update the UI without full page reloads, reducing server load by 60%. - SQL SERVER OPTIMISTIC CONCURRENCY: Implement RowVersion columns and retry logic in the repository layer to handle simultaneous updates without locking the entire table during high-traffic periods. - BARCODE INTEGRATION: Support both USB HID input (instant SKU lookup via keypress events) and camera scanning with Quagga2 for mobile devices, auto-populating forms in under 500ms. - DOCKER + MULTI-STAGE BUILDS: Package the API, React SPA and SQL migrations into containers with health checks, enabling one-command deployment to IIS or Azure App Service. I've built 4 inventory systems with real-time sync for distribution clients processing 500+ transactions per hour. Two questions before we proceed: Do you need role-based access control for different warehouse zones? What's your acceptable data lag during network interruptions—should the app queue changes offline or block edits until reconnection? Let's schedule a 20-minute call to walk through the concurrency strategy and scanner hardware specs before I draft the technical specification.
₹900 INR in 30 days
6.6
6.6

I have old inventory management system written in Clipper. I shall convert it into Blazor Server Interactive application making it responsive and multilingual. The application will use Fluent UI controls. I live in Lithuania (+2GMT). Human languages: Lithuanian (native), English, Russian (at mother tongue level).
₹1,200 INR in 40 days
6.0
6.0

Hi there, My name is Anupam, having 15+ years dotnet development experience. I can provide you desired inventory solution you are looking for, let's connect to discuss further. Thanks, Anupam.
₹1,000 INR in 40 days
5.2
5.2

Hello, Your requirements align well with my experience building business management systems, inventory platforms, REST APIs, and real-time web applications. I can develop a complete inventory management solution using ASP.NET Core, React, and SQL Server with full CRUD operations for products, suppliers, categories, and locations. The system will include real-time stock synchronization using SignalR, ensuring inventory changes are reflected across connected users within seconds. Key features: • Product, Supplier, Category & Location Management • Real-time Inventory Updates (SignalR/WebSockets) • Barcode Scanner Integration (USB scanners & device camera) • Stock In/Out Transactions • Low Stock Alerts & Inventory Dashboard • Advanced Search & Filtering • PDF/CSV Report Exports • RESTful API Documentation (Swagger/OpenAPI) • Role-Based Access Control (if required) Deliverables include complete source code, database schema, EF Core migrations, seed data, unit/integration tests, deployment documentation, Docker/IIS setup instructions, and a user guide. I focus on clean architecture, maintainable code, proper documentation, and scalable design so future enhancements can be implemented efficiently. I would be happy to discuss reporting requirements, barcode formats, user roles, and deployment preferences before starting. Best regards, Jemin Sagar
₹1,000 INR in 40 days
4.0
4.0

Hello, I can build your full-stack inventory management system using ASP.NET Core, React, SQL Server, and Docker with a focus on performance, scalability, and maintainable code. Key features: • Full CRUD for Products, Suppliers, Categories, and Locations • RESTful API with clear documentation • Real-time inventory updates using SignalR (instant sync across browsers) • Barcode scanning support for handheld scanners and device cameras with automatic SKU lookup • Stock check-in/check-out workflows • Dashboards for current inventory, low-stock alerts, and turnover analytics • Advanced filtering by date, supplier, category, and location • PDF/CSV report exports matching dashboard totals • SQL Server code-first migrations and seed data • Unit and integration tests covering core workflows • Docker-ready deployment and detailed setup documentation I follow clean architecture principles, ensuring future enhancements can be implemented efficiently. The solution will meet all acceptance criteria, including sub-2-second stock synchronization, instant product loading from barcode scans, and accurate report exports. I can also provide ongoing support and feature enhancements after delivery. Looking forward to discussing the project. Best regards, Jay
₹1,000 INR in 40 days
3.8
3.8

Hey Mate , Good afternoon! I’ve carefully checked your requirements and really interested in this job. I’m full stack node.js developer working at large-scale apps as a lead developer with U.S. and European teams. I’m offering best quality and highest performance at lowest price. I can complete your project on time and your will experience great satisfaction with me. I’m well versed in React/Redux, Angular JS, Node JS, Ruby on Rails, html/css as well as javascript and jquery. I have rich experienced in .NET, Microsoft SQL Server, ASP.NET, RESTful API, Docker, React.js, Web API, C# Programming and .NET Core. For more information about me, please refer to my portfolios. I’m ready to discuss your project and start immediately. Looking forward to hearing you back and discussing all details.. Eager to hear your feedback
₹4,768 INR in 37 days
3.6
3.6

Hello, Thank you for posting your project. I have carefully reviewed your requirements for the ASP.NET Inventory CRUD System and understand the importance of delivering a reliable, high-quality solution that meets your expectations. Based on the information provided, I believe my skills and experience in .NET, C# Programming, and ASP.NET are perfectly aligned with the technical demands of this project. I always begin by thoroughly understanding the project objectives, expected deliverables, workflow requirements, and any technical or business constraints. This allows me to create a structured implementation plan and ensure that the final result is efficient, scalable, and aligned with your goals. The combination of real-time communication, barcode scanning integration, and robust reporting requires a solid structural foundation, and my background in building enterprise-grade ASP.NET applications makes me uniquely suited to execute this project successfully. PROJECT UNDERSTANDING Based on the project description, my understanding is that you require assistance with: • Implementation of the required functionality across both backend and frontend layers. • High-quality and reliable execution of the core CRUD operations for products, suppliers, categories, and locations. • Attention to detail and accuracy regarding inventory tracking, stock adjustments, and reporting calculations. • Timely completion of milestones, ensuring that real-time features and scanning workflows are thoroughly tested. • Clear communication throughout the project to keep you updated on architectural decisions and development progress. • Ongoing support during review and testing to ensure the application performs optimally under simulated real-world conditions. I understand that project success depends not only on completing tasks but also on maintaining quality, reliability, and consistency throughout the development process. For an inventory system, data integrity is paramount. A single missed database transaction or an out-of-sync stock count can disrupt operations. Therefore, my implementation will prioritize transactional safety in C# using Entity Framework Core, ensuring that all database operations are atomic, consistent, isolated, and durable. WHY CHOOSE ME • Strong commitment to quality work, backed by a deep understanding of ASP.NET Core architectural patterns. • Professional communication, providing clear technical insights and documentation throughout the development lifecycle. • Attention to detail, particularly in handling real-time synchronization, edge cases in barcode scanning, and precise financial or quantity calculations in reports. • Ability to follow project requirements accurately, delivering exactly what is requested without taking unnecessary shortcuts. • Focus on long-term solutions instead of temporary fixes, writing clean, maintainable C# code that adheres to SOLID principles. • Reliable progress updates throughout the project so you are never left wondering about the status of your application. • Willingness to discuss and clarify requirements before implementation, saving time and avoiding costly re-work during the testing phase. MY WORK PROCESS 1. Requirement Analysis - Review all project requirements in detail, focusing on the interactions between the ASP.NET Core backend and the React frontend. - Understand project goals and expected outcomes, especially the performance metrics like the sub-two-second real-time sync. - Identify any missing information or potential architectural bottlenecks that may affect implementation, such as database indexing for rapid SKU lookups. 2. Project Planning - Create a structured implementation plan detailing the database schema, API contracts, and real-time hub design. - Define milestones and priorities, placing core CRUD operations first, followed by SignalR integration, barcode scanning, and finally, reporting. - Estimate timelines and deliverables for each phase of the project to ensure we stay on track for the final delivery. 3. Development / Execution - Execute tasks according to project requirements, utilizing C# and ASP.NET Core for a robust backend. - Follow best practices, including repository patterns, dependency injection, and clean separation of concerns. - Focus on quality, performance, and maintainability, ensuring that the React frontend communicates efficiently with our RESTful minimal APIs. 4. Testing & Quality Assurance - Verify functionality through automated unit and integration tests covering the main CRUD paths and inventory adjustment logic. - Resolve issues and inconsistencies, specifically testing concurrent stock updates to prevent race conditions. - Ensure the final deliverable meets expectations, testing across multiple browser sessions to validate the SignalR real-time synchronization. 5.
₹1,250 INR in 3 days
3.1
3.1

Hi, I’m Dhyan Moradiya, a skilled professional specialized in ASP.NET MVC, ASP.NET Core MVC, Blazor, and .NET Core Web API, having experience working with cloud solutions like EC2, S3, SNS, SQS, and Lambda for various functionalities. I'm excited to help with your project. I have worked on CRM, ERP, E-Commerce, and restaurant management apps, ensuring smooth functionality, user-friendly design, and bug-free code. Here’s why I'm the right choice: Proven experience with ASP.NET 4.8-6-7-8-9-10, database management, SQL Server, Payment Integration, APIs, Email, OTP, and security. Familiarity with scalable solutions for apps similar to yours. Timely delivery without compromising on quality. Let’s connect to discuss your requirements in detail. I'm eager to understand your vision and create an app that exceeds expectations. Looking forward to hearing from you! Best regards, Dhyan Moradiya
₹1,000 INR in 40 days
2.7
2.7

I can build a full-stack inventory management system using ASP.NET Core, React, and SQL Server with real-time stock synchronization via SignalR, barcode scanning support, advanced reporting, export functionality, and a well-structured, fully documented codebase with tests and deployment guides.
₹1,000 INR in 40 days
2.4
2.4

An inventory system where quantity changes don't update across tabs in under two seconds isn't ready for a warehouse floor. I've shipped real-time sync on ASP.NET Core + SignalR at scale. At PMI, I built live dashboards tracking stock, labor, and forecasts across 230+ hotels per tenant on .NET 8 and SQL Server under async queue backpressure. The architecture maps directly to your product-supplier-location model. I'll deliver the full scope: CRUD Web API with EF Core code-first migrations and seed data, SignalR hub for sub-second quantity pushes, barcode scanning via browser camera (jsQR) and HID input, PDF/CSV reporting with low-stock alerts, unit and integration tests, and Docker compose with a setup guide. Delivery in 10-12 days. Happy to start with a small paid milestone on CRUD and SignalR so you can verify the pattern first. Do you have existing SKUs for the seed scripts?
₹850 INR in 7 days
2.1
2.1

Hello I am asp.net C# developer and i can provide you a dashboard kind of utility using asp.net c# where you can do CRUD operations. I can show live sample in my local server. thank you.
₹1,000 INR in 40 days
2.0
2.0

Hey there, I reviewed your requirements and understand that you need a full-stack inventory management system with real-time stock updates, barcode scanning, reporting, and complete inventory control. I have experience building ASP.NET Core and React applications with real-time features and inventory workflows. My approach would be to create a fast, reliable system with live stock synchronization, barcode support, and clear reporting, while keeping the code clean and easy to maintain. Looking forward to discussing the project. Best regards, Rohit
₹1,000 INR in 40 days
1.0
1.0

Building a real-time inventory system with live stock updates and barcode scanning is straightforward, based on a recent project where I helped a retailer automate their warehouse management. I’d implement SignalR to push stock changes instantly—ensuring updates reflect in under two seconds as required. For barcode scanning, integrating a camera-based scanner that triggers product form auto-fill will streamline the check-in/check-out process just as you need. On the backend, I’ll use ASP.NET Core with code-first migrations for database setup, focusing on clean REST APIs for all CRUD operations. React with hooks will power a fast, user-friendly interface, including intuitive filters and search for reports. PDF/CSV export can leverage libraries I’ve successfully used before, ensuring the report data matches what users see on screen exactly. A couple of quick questions: 1. Do you have preferred barcode standards or formats already in use? 2. Should the real-time updates cover only quantity changes or also edits to other entities like product details? I’ll deliver the full source code with tests and clear deployment steps, making future updates easy. Ready to get the architecture set up and start coding right away.
₹1,250 INR in 7 days
1.1
1.1

Hello, My name is HanzlaMernDev, and I bring over 10 years of professional experience specializing in RESTful API development, system architecture, and building highly scalable web applications. Throughout my decade-long career, I have focused heavily on designing clean, robust, and highly performant RESTful APIs that serve as the backbone for complex enterprise systems. My expertise lies in structuring endpoints that are not only secure and easy to consume but also optimized for high-speed data retrieval and real-time communication. I have a deep understanding of API lifecycle management, database integrations, and real-time synchronization protocols, which aligns perfectly with the technical needs of your inventory management system. I have carefully reviewed your project requirements for the ASP.NET Inventory CRUD System, and I fully understand what you need to achieve. To deliver a seamless full-stack solution, I will design a clean, modular RESTful API architecture using ASP.NET Core that handles all CRUD operations for your core entities: products, suppliers, categories, and locations. For the database layer, I will implement SQL Server utilizing Entity Framework Core with code-first migrations, ensuring that your database schema is version-controlled and easily deployable. To meet your critical requirement for real-time stock updates under two seconds, I will integrate SignalR within the ASP.NET Core backend. This will allow the API to push instant quantity adjustments to the React frontend, ensuring all connected users and open browser tabs stay synchronized without manual page refreshes. For the frontend, I will build a highly responsive interface using React. This interface will feature a dedicated dashboard displaying key metrics like current stock levels, low-level inventory alerts, and turnover rates, alongside advanced filtering tools to slice data by date range, supplier, or category. To implement the barcode scanning workflow, I will integrate a lightweight JavaScript-based scanner library into the React frontend. This will allow the application to access a device's camera or process inputs from handheld hardware scanners, immediately sending a request to our RESTful API to fetch the matching SKU and auto-populate the product form for quick check-in and check-out. I will also build a reporting service capable of generating clean, exportable PDF and CSV summaries that perfectly match your on-screen data. To ensure code quality and long-term maintainability, I will write comprehensive unit and integration tests covering your main CRUD paths. Finally, I will package the entire application with Docker Compose for effortless local and production deployment, accompanied by clear setup guides and a user manual. I would love to invite you to start the chat so we can discuss the project in further detail. During our conversation, we can map out the exact data structures for your inventory entities, talk about your preferred hosting environment, and discuss how we can structure the development phases to get a working prototype in your hands as quickly as possible. I am ready to share some of my previous API documentation and architectural patterns to show you the level of quality you can expect. Best regards,
₹875 INR in 3 days
0.1
0.1

With a decade of experience in full-stack web development, specializing in .NET and React.js frameworks, I am uniquely positioned to deliver an outstanding end-to-end solution for your ASP.NET Inventory CRUD system. Having previously worked on similar projects with real-time sync capabilities using technologies like SignalR and WebSocket, I understand the criticality of live quantity adjustments and timely stock updates. My extensive knowledge of RESTful API implementation, coupled with my skills in code-first migrations using SQL Server database, are perfect fits for your preferred tech stack. Over the years, I've honed my abilities to create fast, efficient backends that seamlessly integrate with clear, user-friendly frontends facilitating rad filtering experience that you desire. My expertise also extends to developing comprehensive reporting and analytical functionalities – a necessity for your project. Beyond just delivering the task at hand, my approach as a technology partner is focused on long-term collaboration and scaling possibilities. Your requirement for concise documentation aligns well with my detailed approach to coding and well-structured architectures. My work is not just about writing code; it's about exceeding expectations, providing reliable execution and fostering transparent communication throughout the development process. I'm eager to showcase how this hands-on strategy will transform your project into a successful reality
₹750 INR in 40 days
0.0
0.0

With powerful skills in C# Programming and React.js, my team at Paper Perfect is excellently poised to deliver your ASP.NET Inventory CRUD System with all the critical requirements you've outlined. We understand how important it is for you to have a real-time inventory management system - where quantity updates are immediately pushed to connected users. Our solid grasp of WebSocket approaches like SignalR will ensure that data updates are reliably and promptly delivered to keep all stakeholders on the same page, no matter where they are. On top of that, I guarantee an efficient workflow that includes barcode scanning features that have the capability to make a significant impact on your day-to-day operations by allowing for fast check-in/ check-out with pre-filled data. With well-structured, readable code and comprehensive documentation we provide, future enhancements for your system would also be a breeze. At Paper Perfect, our focus is on prioritizing exceptional results delivered within agreed timelines and budgets. That's why we assure you nothing less than clean code, reliable tests coverage and thorough user manuals for reference. Also, as a dedicated digital agency, we offer scalable solutions tailor-fit to every client's unique needs - ArgumentOutOfRangeException
₹1,000 INR in 40 days
0.1
0.1

⭐ Hi there ! Your inventory system needs reliable real-time stock sync, barcode scanning, and reports that match the actual database totals. I built an ASP.NET Core + React inventory dashboard with SQL Server, barcode lookup, stock alerts, PDF/CSV exports, and role-based CRUD. Stock updates reflected across browser tabs in under 2 seconds using SignalR. I can build the API, React frontend, SQL Server schema, migrations, seed data, tests, and setup guide. I’ll keep the scanner workflow simple, so scanning a valid barcode opens the product form with the right data immediately. I’ll also structure the code clearly, since you may need future enhancements after launch. Do you want real-time sync handled with SignalR, or do you already prefer another approach?
₹1,500 INR in 40 days
0.0
0.0

I can build a responsive inventory management system with ASP.NET Core, React, and SQL Server, structured for scalability and real‑time performance. Key features will include: CRUD modules for products, suppliers, categories, and locations via a clean web interface and documented Web API. Real-time sync using SignalR/WebSockets to push instant stock updates across connected users. Barcode scanning workflow supporting handheld scanners and device cameras for fast SKU check‑in/out. Reporting dashboards with stock levels, alerts, turnover rates, and exportable PDF/CSV summaries. Deliverables: source code, seed data, migration scripts, unit/integration tests, setup guide, and a short user manual. Acceptance criteria will be met: under‑two‑second stock sync, barcode auto‑loading product forms, and accurate report exports. The codebase will be well‑structured, documented, and ready for future enhancements. Best regards,
₹1,000 INR in 40 days
0.0
0.0

Hi, This is something I can help with. I recently worked on JioPOS (available in my portfolio), where I dealt with inventory, stock movement, product management, reporting, and day-to-day operational workflows. Your requirements are very similar, especially around inventory tracking, barcode scanning, and real-time updates. Have a look at my profile, and if the experience matches what you're looking for, I'd be glad to discuss the project further. Thanks
₹1,000 INR in 40 days
0.0
0.0

Backend Development • Build ASP.NET Core REST API with clean architecture. • Implement CRUD operations for Products, Suppliers, Categories, and Locations. • Use Entity Framework Core with SQL Server and Code-First Migrations. • Add authentication, validation, and API documentation (Swagger). Frontend Development • Create a responsive React-based dashboard. • Implement advanced search, filtering, and data management screens. • Support barcode scanning via device camera and USB/Bluetooth scanners. Real-Time Inventory Sync • Integrate SignalR for live stock updates. • Any stock adjustment will be reflected across connected browsers in under 2 seconds. • Real-time low-stock notifications and alerts. Reporting & Analytics • Dashboard for stock levels, inventory turnover, supplier analysis, and low-stock monitoring. • Export reports to PDF and CSV formats. • Date range, supplier, and category-based filtering. Testing & Deployment • Create unit and integration tests for critical CRUD and inventory workflows.
₹1,500 INR in 60 days
0.0
0.0

India
Member since Oct 3, 2012
₹12500-37500 INR
₹12500-37500 INR
₹600-1500 INR
₹1500-12500 INR
₹12500-37500 INR
$30-250 USD
$250-750 AUD
$30-250 USD
₹1500-12500 INR
$15-25 USD / hour
₹2000-3000 INR / hour
$750-1500 CAD
₹1500-12500 INR
₹1500-12500 INR
₹750-1250 INR / hour
₹600-1500 INR
₹1500-12500 INR
₹75000-150000 INR
₹150000-250000 INR
₹12500-37500 INR
₹750-1250 INR / hour
₹1500-12500 INR