
Closed
Posted
Paid on delivery
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: 40495035
54 proposals
Remote project
Active 7 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
54 freelancers are bidding on average ₹25,824 INR for this job

Your real-time stock sync requirement will fail under concurrent writes if you don't implement optimistic locking on the inventory table. Without row versioning, two users updating the same SKU simultaneously will cause data loss. Before architecting the solution, I need clarity on two things: What's your expected transaction volume per minute during peak operations? And are you planning multi-warehouse support, or is this single-location inventory tracking? Here's the architectural approach: - ASP.NET CORE + SIGNALR: Build a hub that broadcasts stock changes to all connected clients with conflict resolution using ETag headers, ensuring sub-2-second updates without race conditions. - SQL SERVER CODE-FIRST: Design the schema with indexed foreign keys on ProductID and LocationID, plus a computed column for real-time stock levels that triggers SignalR events on UPDATE. - REACT HOOKS + CONTEXT API: Implement a WebSocket connection manager that auto-reconnects on network drops and queues failed updates locally until sync restores. - BARCODE SCANNING: Integrate QuaggaJS for camera-based scanning with debounce logic to prevent duplicate reads, falling back to USB HID input for handheld scanners. - DOCKER COMPOSE: Package the API, React frontend and SQL Server into isolated containers with volume mounts for persistent data and nginx reverse proxy for production routing. I've built 4 inventory systems handling 500+ concurrent users with zero stock discrepancies. The last one reduced manual entry errors by 78% through barcode automation. Let's schedule a 20-minute call to walk through your scanner hardware specs and discuss failure scenarios before I draft the technical specification.
₹22,500 INR in 7 days
6.6
6.6

I’m excited to apply for your project and bring my expertise in .NET and backend development to help you build secure, scalable, and high-performing applications. With 8 years of professional experience, I specialize in designing, developing, and maintaining backend systems that drive business success. My Expertise Includes: ✅ .NET Development Building robust applications using ASP.NET Core MVC, Web API, and WebForms. Implementing RESTful APIs and integrating with third-party services. Developing reusable libraries and middleware for modular systems. ✅ Backend Architecture & Database SQL Server, MySQL, and PostgreSQL – query optimization, stored procedures, and indexing. Entity Framework & Dapper for efficient ORM solutions. Designing scalable database schemas and implementing caching strategies. ✅ Cloud & Integrations Deployment and integration with Azure and AWS services. Authentication/Authorization (JWT, OAuth, Identity Server). Payment gateways, email services, and external API integrations. ✅ Best Practices & Performance Clean code architecture (Onion/Clean Architecture, Repository & Unit of Work patterns). Exception handling, logging (Serilog, NLog), and monitoring. CI/CD pipelines for smooth deployment.
₹12,500 INR in 2 days
6.0
6.0

Hi, I reviewed your inventory management application requirements and understand the need for a responsive ASP.NET-based system with real-time stock updates, barcode scanning support, reporting dashboards, and a clean CRUD workflow for products, suppliers, categories, and locations. UNDERSTANDING YOUR REQUIREMENTS • Inventory CRUD operations with SQL Server backend • Real-time stock synchronization using SignalR/WebSockets • Barcode scanner integration (USB handheld and camera-based) • Reporting with PDF/CSV export and filtering capabilities • Clean, maintainable architecture with deployment support CHALLENGES & SOLUTIONS The key challenge is ensuring inventory changes are reflected instantly across users while maintaining data consistency. I would implement ASP.NET Core Web API with SignalR for real-time updates, SQL Server for reliable data management, and a modular architecture that keeps inventory, reporting, and barcode workflows separated for easier maintenance and future enhancements. ASP.NET Core is well-suited for scalable APIs and real-time applications. SKILLS & EXPERIENCE I have experience building business management systems, workflow automation platforms, and inventory-focused applications using .NET technologies. QUESTIONS Will inventory be managed across multiple locations or a single warehouse initially? Which barcode formats need to be supported (EAN, UPC, Code128, QR)? Thanks
₹35,000 INR in 7 days
5.5
5.5

Hi, I checked your requirement and this is something I can help with. I have more than 10 years of experience in ASP.NET Core, C#, SQL Server, Angular, React, REST APIs, SignalR, and enterprise application development. I understand that you need a complete inventory management system with: Product, Supplier, Category, and Location management Full CRUD operations Real-time stock updates using SignalR/WebSockets Barcode scanning support Inventory dashboards and reporting PDF/CSV exports Search, filtering, and analytics I have experience building business applications involving inventory management, order processing, reporting dashboards, role-based access, and real-time data synchronization. My expertise includes: ASP.NET Core Web API SQL Server with Entity Framework SignalR real-time communication Angular and React frontends Barcode and QR scanning integrations PDF/CSV report generation The real-time stock synchronization, barcode workflow, reporting modules, and scalable architecture can be implemented while keeping the code clean and easy to maintain for future enhancements. We can discuss the timeline, architecture, and final scope once I review the detailed requirements. The budget and delivery schedule can be finalized after understanding the complete workflow and reporting requirements.
₹25,000 INR in 7 days
5.7
5.7

Hello, I have extensive experience developing full-stack applications using ASP.NET Core, React, SQL Server, Docker, and REST APIs. Your inventory management system requirements align well with projects I've delivered in the past. I can build a scalable solution with CRUD operations for Products, Suppliers, Categories, and Locations, along with a documented Web API and responsive React frontend. Real-time stock synchronization will be implemented using SignalR, ensuring inventory updates are reflected across connected users within seconds. The system will support barcode scanning via handheld scanners and device cameras for fast product lookup and stock operations. I will also develop dashboards for stock visibility, low-stock alerts, turnover analytics, and PDF/CSV report exports with advanced filtering by date, supplier, and category. Deliverables include complete source code, SQL Server migrations, seed data, unit/integration tests, Docker deployment setup, API documentation, and a user guide. I focus on clean architecture, maintainable code, and thorough documentation to support future enhancements. Looking forward to discussing the project. Best Regards, Jemin Sagar
₹125,000 INR in 30 days
4.0
4.0

I can build a full-stack inventory management system using ASP.NET Core, React, and SQL Server with real-time stock synchronization, barcode scanning, advanced reporting, PDF/CSV exports, and a scalable architecture that delivers fast performance, clean code, comprehensive documentation, and future-ready extensibility.
₹25,000 INR in 7 days
2.4
2.4

Hello I have 6+ years of strong experience in web development with multi-tier database-driven systems with rich UI. My technical expertise : => Asp.Net MVC, C#.Net, Asp.Net Core2.0,2.2,3.0,3.1, Web API 2.0,angular,Node js => Bootstrap JS, HTML5, Kendo UI, CSS3, Jquery, Javascript => SQL Server 2008 - 2016, Stored Procedures, Entity Framework, LINQ Version Control : => TFS, Git, BitBucket, SVN Tortoise I have excellent troubleshooting and debugging skills developed over the years of experience. I can do development and other services ranging from short jobs to full-time everyday work. I have knowledge in analyze database design, IIS Hosting Service Applications Hosting in Local and Live. I am also an expert into deploy projects on AWS servers and on the Microsoft Azure environment. I believe in long-term cooperation and support with a flexible working environment. Thanks
₹25,000 INR in 7 days
2.6
2.6

Two-second SignalR sync, barcode scan-to-form, and PDF/CSV analytics in ASP.NET Core + React + SQL Server is the exact production stack I work with daily. My active project is a multi-tenant hospitality SaaS, 70 tenants and 230+ hotels each, on .NET 8 and SQL Server with real-time dashboards staying consistent under concurrent load. That maps directly to your two-second stock-sync requirement. Code-first migrations and seed data first, then SignalR for live quantity pushes, QuaggaJS for camera barcode scanning and HID for handheld scanners, filter/search/export with PDF and CSV, xUnit tests on the main CRUD paths, Docker compose for local, and an IIS guide plus user manual for production. New to Freelancer but not to this stack; happy to start with a small paid milestone on the SignalR layer so you can verify sync behavior before committing. Do you have a DB schema drafted, or should the entity model be designed from scratch?
₹17,500 INR in 7 days
2.1
2.1

Hi, I can build your inventory management system using ASP.NET Core, React, and SQL Server with full CRUD operations for products, suppliers, categories, and locations. The solution will include SignalR-based real-time stock updates, barcode scanning support (camera and handheld scanners), reporting dashboards, PDF/CSV exports, and a documented REST API. I will provide clean, scalable code, migrations, seed data, tests, deployment documentation, and a user guide. I have extensive experience building enterprise management systems and real-time business applications. Best regards, Rakesh Kumar
₹30,000 INR in 7 days
2.5
2.5

With over 8 years of verifiable experience as a full-stack developer, I am confident that I possess the knowledge and expertise necessary to deliver an exceptional ASP.NET Inventory CRUD System. My skills in .NET, ASP.NET, React.js, RESTful API, and Web API perfectly align with your needs. I have previously developed and successfully delivered more than 100 web applications that all reflect my dedication to high-quality code, readable documentation, and meeting clients' deadlines. Notably, I have extensive experience in creating applications with real-time sync capability using technologies like SignalR - paralleling the criticality of your requirement. My deep understanding of React.js ensures that I can provide you with a clean web interface for all core entity CRUD operations. In addition to this, I have prior exposure to database management using SQL Server along with conducting code-first migrations which will prove advantageous for delivering a well-structured, documented database schema.
₹25,000 INR in 7 days
2.2
2.2

As an experienced full-stack developer, I understand the unique demands of inventory management systems and have tackled similar projects head-on. My specialization in the MEAN and MERN stack development, which includes React.js, a preferred stack for this project, as well as my deep knowledge of database design with SQL will ensure the efficient and seamless functioning of your inventory system. Moreover, I am adept at using real-time technologies like WebSockets and SignalR for instantaneous stock updates- a fundamental requirement for your application. Further, my proficiency in n8n workflow automation and API orchestration will add extra value in streamlining your business processes by connecting different platforms using automated pipelines. Additionally, I provide more than just code; I offer comprehensive solutions from project inception to perfect deployment. Be it creating the API from scratch or designing a concise user manual to simplify stock management, barcode scanning or report generation, I've got you covered.
₹18,000 INR in 9 days
1.4
1.4

Hello, Your inventory system needs more than standard CRUD—it needs reliable real-time stock accuracy, barcode-driven workflows, and reporting that users can trust during daily operations. I can build this using ASP.NET Core, React, SQL Server, and SignalR with a clean, scalable architecture. I focus on readable code, clean API structure, strong database design, and maintainability so future enhancements can be added without rework. I’d be happy to review your preferred deployment environment and any existing barcode/product data before starting. Best regards, Mayuri Full-Stack Developer | ASP.NET Core | React | SQL Server | SignalR
₹25,000 INR in 7 days
0.6
0.6

I am an experienced Full Stack Developer with 8+ years of professional experience in designing, developing, and maintaining scalable web and mobile applications. My technical expertise includes: ✅ Backend Development: PHP, Laravel, Python, Node.js ✅ Frontend Development: React.js, JavaScript, HTML5, CSS3, Bootstrap ✅ Mobile App Development: Flutter (Android & iOS) ✅ Databases: MySQL, MongoDB ✅ API Development & Integration: REST APIs, Third-Party APIs, Payment Gateways ✅ Cloud & Deployment: VPS, Linux Servers, AWS, DigitalOcean, cPanel Why choose me? * 8+ years of hands-on development experience * Clean, maintainable, and scalable code * Strong problem-solving and debugging skills * Regular communication and project updates * On-time delivery with high-quality standards * Long-term support after project completion
₹23,000 INR in 7 days
0.0
0.0

Hi, I am an IITian with 10+ years of experience to develop similar projects ,I will build this using ASP.NET Core 8 Web API with Entity Framework Core on SQL Server, implementing repository and unit-of-work patterns for CRUD operations across Products, Suppliers, Categories, and Locations. Real-time stock updates will leverage SignalR hubs broadcasting quantity changes to all connected clients, the frontend will be Razor Pages or Blazor Server with a barcode scanning integration using QuaggaJS or Html5-QRCode for camera/handheld input, authentication via ASP.NET Core Identity with JWT tokens, and the API documented through Swagger/OpenAPI with versioning support. Kindly click on the chat button so I can share you my relavant projects. Lets connect
₹12,500 INR in 7 days
0.0
0.0

As an experienced full-stack developer leveraging React.js to build dynamic and intuitive user interfaces that interact seamlessly with API-driven backends, I am the perfect fit for your ASP.NET Inventory CRUD System requirement. My proficiency in ASP.NET Core and RESTful/WebAPI architecture makes me adept at crafting scalable, high-performing applications capable of managing complex data like yours, ensuring real-time updates and live quantity adjustments using SignalR or equivalent WebSocket technologies. Moreover, my expertise extends to incorporating barcode scanning functionalities into applications - be it through handheld scanners or device cameras - to facilitate efficient check-in/check-out processes. By leveraging your preferred stack, including SQL Server for the database and React on the frontend, I can ensure you get the robust, state-of-the-art solutions you envision. In addition to meeting your immediate project goals with high-quality codes, exhaustive unit/integration tests, deployment guidance, migration scripts and required documentation as specified in your deliverables list, I am also committed to delivering a long-term solution by providing concise documentation to streamline future enhancements and additions. My emphasis on clean design, strong development practices and mobile responsive approach would not only align with your current needs but also ensure your inventory management system stays updated and relevant for as long as you require.
₹12,500 INR in 7 days
0.0
0.0

Hi, I can help with a full-stack inventory management app where products, suppliers, categories, and locations have CRUD plus live stock updates and barcode-driven check-in/out. I’ll start by setting up the ASP.NET Core API + SQL Server schema/migrations and the React UI skeleton, then integrate SignalR for instant quantity pushes; next I’ll add the barcode scan workflow and reporting/export with end-to-end tests. To reduce risk, I’ll deliver small milestones with a documented API contract and a local-to-prod setup guide you can run quickly. Which barcode source will you use first (handheld scanner or camera)? Do you want exports as CSV only or also PDF? I’d love to confirm these and then share a clear delivery plan.
₹14,400 INR in 3 days
0.0
0.0

Hello, You need an inventory app where CRUD across products/suppliers/categories/locations is solid, but the critical differentiator is real-time stock accuracy: when one tab updates quantity, other connected users must reflect it within ~2 seconds. You also want fast barcode-to-SKU lookup (handheld or camera), plus dashboards/exports (PDF/CSV) and filterable reporting. Proposed approach: - **Backend (ASP.NET Core minimal API/REST)**: code-first EF Core models + SQL Server migrations/seed. Stock mutations go through a single domain service to prevent drift. - **Real-time sync**: SignalR hubs broadcasting stock changes (productId + new quantity + timestamp). Frontend listens and updates affected views immediately. - **Barcode workflow**: barcode field on Products; camera/scan input resolves SKU via API, then navigates to check-in/out form with prefilled product details. - **Reporting**: endpoints for dashboards + export services producing CSV/PDF that reconcile against current computed totals; date/supplier/category filters. One technical question: **Do you want barcode lookup to be purely an exact match on a single `barcode` value per product, or should it support multiple barcodes per SKU (e.g., synonyms/aliases)?** If you confirm that, I’ll outline the API routes, SignalR event contracts, and the scanner UI flow. Can we start by agreeing on the barcode rule and your expected entities/fields for each core object?
₹12,540 INR in 28 days
0.0
0.0

Hello, I can build this Inventory Management Application end-to-end using ASP.NET Core, React, and SQL Server, with a strong focus on performance, maintainability, and real-time inventory synchronization. I have experience building business management systems, dashboards, and custom web applications with scalable architectures. The codebase will be structured for future enhancements and long-term maintenance. Estimated Timeline: 3–5 weeks I would be happy to discuss your detailed workflows, barcode requirements, and reporting expectations before finalizing scope and milestones. Looking forward to working with you. Best Regards, Nitin ZAREXA Technologies
₹25,000 INR in 7 days
0.0
0.0

I'm the suitable for this project. because, I have suitable skill sets to complete give requirements.
₹25,000 INR in 10 days
0.0
0.0

Hello, I can develop your Inventory Management System using ASP.NET Core, React, and SQL Server. The system will include complete CRUD operations, real-time stock updates with SignalR, barcode scanning support, reporting dashboards, and PDF/CSV exports. Clean, maintainable code, testing, documentation, and deployment guidance will be included. Could you please confirm whether this will support a single warehouse or multiple locations with stock transfers? Looking forward to working with you. Best regards
₹12,500 INR in 3 days
0.0
0.0

India
Member since Oct 3, 2012
₹12500-37500 INR
₹750-1250 INR / hour
$30-250 USD
$30-250 USD
$30-250 CAD
$30-250 USD
$30-250 USD
$10-30 USD
₹12500-37500 INR
₹75000-150000 INR
₹750-1250 INR / hour
$10-30 USD
$8-15 USD / hour
₹12500-37500 INR
$250-750 USD
₹100-400 INR / hour
$30-250 USD
₹12500-37500 INR
₹600-1500 INR
$15-25 USD / hour
₹750-1250 INR / hour
$2-8 USD / hour