
Käynnissä
Julkaistu
Maksettu toimituksen yhteydessä
Hi there, I need a full-stack developer, or team, to build a multi-tenant logistics management system built on Angular 14 for the front-end, .NET Core for the API layer, and SQL Server as the data store. The one capability that must be solid from day one is Fleet management—vehicles, routes, and operational data must stay completely segregated per tenant while sharing the same codebase and database. Everything has to scale cleanly as new companies sign up, so tenant isolation, role-based access, and configurable settings are essential parts of the architecture. Core scope • Set up the tenant-aware user authentication/authorization flow (JWT or similar) • Design the SQL Server schema with row-level or schema-level isolation to keep each tenant’s fleet data separate • Build the Angular 14 that consumes the .NET Core APIs and provides dashboards, simple CRUD for vehicles, and real-time status views ready for later GPS integration • Implement clean domain logic in .NET Core with a repository pattern and unit tests Acceptance criteria 1. A new tenant can be created from an admin panel and immediately log in to a blank, isolated environment. 2. A tenant user can add, edit, and archive vehicles without ever seeing another tenant’s data. Provide the complete source, a concise README, and any SQL scripts required for seeding an initial admin account. I’m ready to start as soon as I confirm your technical approach and timeline. Only serious Freelancers please
Projektin tunnus (ID): 40318578
19 ehdotukset
Etäprojekti
Aktiivinen 19 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista

Helloo, NOTE : i have already done a tenant management system project with a client... I’d be happy to help build your multi-tenant logistics management system. I can set up the Angular 14 frontend with a .NET Core API and SQL Server backend, focusing on a clean and scalable architecture. The system will support proper tenant isolation so each company’s fleet data (vehicles, routes, operations) stays completely separate while using the same codebase. I can implement secure authentication with JWT, role-based access, and an admin panel where new tenants can be created and start with their own isolated environment. On the backend, I’ll structure the .NET Core APIs with clear domain logic and repository patterns, while the Angular dashboard will allow vehicle management, basic fleet operations, and real-time status views ready for future GPS integration. You’ll receive the full source code, SQL scripts for setup and admin seeding, and a clear README so the system can be deployed easily. Portfolio: [login to view URL] thank youu NIKHIL
$150 USD 1 päivässä
0,0
0,0
19 freelancerit tarjoavat keskimäärin $161 USD tätä projektia

Hello I am am expert in creating multi tenant applications in .net and have recently developed a tenant management system for hmis i will make sure that data remains isolated between the tenants and fleets vehicle and routes are managed properly for each tenant and the application is secured through jwt.
$140 USD 7 päivässä
8,6
8,6

⭐⭐⭐⭐⭐ Build a Multi-Tenant Logistics Management System with Angular & .NET Core ❇️ Hi My Friend, I hope you're doing well. I've reviewed your project requirements and see you are looking for a full-stack developer to create a multi-tenant logistics management system. You don’t need to look any further; Zohaib is here to help you! My team has successfully completed 50+ similar projects in logistics systems. I will ensure tenant isolation and role-based access while building the architecture efficiently within your budget. ➡️ Why Me? I can easily build your logistics management system as I have 5 years of experience in full-stack development, specializing in Angular, .NET Core, and SQL Server. My expertise includes creating secure authentication flows and designing robust database schemas. Additionally, I have a strong grip on real-time data handling and API development. ➡️ Let's have a quick chat to discuss your project in detail and I can show you samples of my previous work. Looking forward to discussing this with you in chat. ➡️ Skills & Experience: ✅ Angular 14 ✅ .NET Core ✅ SQL Server ✅ API Development ✅ User Authentication ✅ Tenant Isolation ✅ Role-Based Access ✅ CRUD Operations ✅ Real-Time Data Handling ✅ Domain Logic Implementation ✅ Unit Testing ✅ Dashboard Design Waiting for your response! Best Regards, Zohaib
$150 USD 2 päivässä
5,7
5,7

I understand the critical requirements your project demands, particularly the need for tenant isolation in fleet management. With a profound knowledge of .NET and C#, I can design your SQL Server schema to promote effective separation of data within a shared codebase and database. My 14 years of experience as a Full Stack Developer has exposed me to task management reliant on efficient data access and secure storage—exactly what we need. Moreover, my mastery of Angular, specifically Angular 14, will ensure our dashboard, real-time views, and GPS integration meet your expectations for this logistics management system. Not only can I build your app in Angular but also provide seamless APIs through .NET Core to deliver a coherent and performing system.
$350 USD 5 päivässä
5,4
5,4

I can build a secure, multi-tenant logistics system using Angular 14, .NET Core, and SQL Server with strict tenant isolation, scalable architecture, and role-based access from day one. I’ll deliver a clean, production-ready fleet management platform with tenant-aware authentication, isolated data handling, and a solid backend structure designed to scale as new clients onboard
$140 USD 7 päivässä
2,7
2,7

Hello, As a full-stack developer well-versed in Angular, .NET Core, and SQL Server databases, I have the technical prowess to handle your multi-tenant logistics management system project seamlessly. Precisely, I have significant experience in building scalable web applications with complex data segregation requirements, which aligns perfectly with your project needs. This includes the ability to maintain tenant-wide separation of Fleet management data while sharing the same codebase and database. Moreover, I appreciate that role-based access, tenant isolation, and configurable settings are crucial aspects of your project's architecture. Having implemented such features across different projects over the years, I comprehend their importance and pledge to prioritize them in your task. My understanding is that new companies will join your platform over time; thus, scaling smoothly with increased sign-ups is important. You can rest assured that I will develop an architecture robust enough to handle this growth. In summary, choosing me for this task ensures that you'll have a detail-oriented full-stack developer who values tenant data privacy, builds reliable codes, and importantly has immense passion for delivering seamless experiences to end-users. I look forward to discussing with you about my approach in detail for a successful collaboration. Thanks!
$30 USD 5 päivässä
0,0
0,0

Hello, I am excited to submit my proposal for your project requiring a full-stack developer or team to build a multi-tenant logistics management system. The system will be developed using Angular 14 for the front-end, .NET Core for the API layer, and SQL Server as the data store. The primary focus will be on Fleet management, ensuring that vehicles, routes, and operational data are segregated per tenant while sharing the same codebase and database. Key features include tenant isolation, role-based access, and configurable settings to ensure scalability as new companies sign up. The proposal includes setting up tenant-aware user authentication/authorization flow, designing a SQL Server schema for tenant data separation, building Angular 14 interfaces, and implementing domain logic in .NET Core. I am confident in my ability to deliver a high-quality solution that meets your specifications and requirements. Regards, Daniel
$160 USD 4 päivässä
0,0
0,0

Hi there, I can help you build a scalable multi-tenant logistics system with strong tenant isolation and a clean, maintainable architecture from day one. I have experience with Angular, .NET Core, and SQL Server, particularly in systems where secure data separation and performance are critical. My approach: • Tenant isolation I’ll implement row-level isolation using a TenantId across all tables, enforced via .NET Core global query filters and middleware. This ensures strict separation while keeping the system scalable. • Authentication and authorization JWT-based authentication with tenant context embedded in claims, combined with role-based access control for secure permissions. • Backend (.NET Core) Clean architecture with repository and service layers, well-structured domain logic, and unit tests. Tenant resolution handled per request to avoid leakage. • Frontend (Angular 14) Modular, responsive UI with dashboards, vehicle CRUD, and real-time-ready components for future GPS integration. • Database (SQL Server) Optimized schema design with indexing, plus scripts for tenant creation and initial admin seeding. Deliverables: • Complete source code (frontend + backend) • SQL scripts for schema and seed data • README with setup, environment config, and deployment steps The system will allow instant tenant creation with a fully isolated environment and zero cross-tenant visibility. I can share timeline and start immediately once confirmed. Best regards, Pooja
$80 USD 7 päivässä
0,0
0,0

I am a full-stack developer with solid experience in ASP.NET Core and Angular. I can build your multi-tenant fleet management system. I will set up the identity flow so that new tenants are provisioned immediately via the admin panel. My code will be clean, follow the repository pattern, and includes unit tests for the domain logic. I’ll ensure the dashboard is responsive and optimized for real-time status views. Feel free to reach out in the inbox to get started right away.
$250 USD 7 päivässä
3,5
3,5

Greetings, I see you’re looking for a full-stack developer to build a multi-tenant logistics management system with Angular 14, .NET Core, and SQL Server, with robust tenant isolation and fleet management from day one. With strong experience in full-stack development, multi-tenant architectures, and scalable systems, I can design a secure, tenant-aware authentication flow, a SQL Server schema with row-level isolation, and an Angular front-end integrated with .NET Core APIs. I follow clean domain logic practices, implement repository patterns, and ensure maintainable, testable code. My approach is to first define tenant isolation strategies, implement secure authentication/authorization, build CRUD dashboards for vehicles, and validate that all data remains fully segregated per tenant. I’ll also provide unit tests, deployment scripts, and a concise README for smooth onboarding. I’ve delivered similar multi-tenant SaaS applications focusing on scalability, security, and maintainability. I can start immediately and provide a structured, production-ready system. Best regards, Oleksandr
$140 USD 7 päivässä
0,0
0,0

Hey — read through your post on build multi tenant logistics platform . I've done similar work with .NET, C# Programming, Microsoft SQL Server recently. I can get a working version to you in about 3-5 days. What's the most important piece you'd want to see first? — Jazzy
$118 USD 7 päivässä
0,0
0,0

As an all-around Full-Stack Developer with credentials in .NET and AngularJS, I believe I bring the essential skills required for your Multi-Tenant Logistics Platform. Having successfully built a similar multi-tenant system before, I have a deep understanding of fleet management and data isolation strategies. My competency in SQL Server enables me to proficiently manage large datasets without jeopardizing performance or compromising the integrity of tenant data. To ensure you get what you need from day one, I propose developing a robust user authentication/authorization flow using JWT technology and implementing row-level or schema-level isolation in SQL Server. This approach guarantees your tenants' data privacy, data security and allows easy scalability as new companies sign up. Additionally, my experience in building Angular 14 that consumes .NET Core APIs ensures not only dashboards and simple CRUD operations but also real-time status views — an essence for impending GPS integration. Throughout my career, I've been honing my skills not just to produce functional products but to create solutions that perform, scale, and grow with businesses— which aligns with your project vision. I should emphasize that I'm an AWS Certified full-stack developer versed in DevOps practices inc. CI/CD & Infrastructure as Code(Pitch) along with my passion for clean domain logic with repository pattern
$140 USD 7 päivässä
0,0
0,0

Hello, I’m very interested in your logistics management system. I currently work in an insurance domain (motor module) where I’ve built and maintained fleet management features (vehicles, policies, and related workflows), so I have practical experience handling fleet data and business logic. I have solid expertise in Angular, .NET Core, and SQL Server, and I can design a scalable multi-tenant architecture with strict data isolation. My approach: Multi-Tenancy: Implement secure tenant isolation (row-level or schema-based) with JWT-based authentication and role-based access. Fleet Module: Build clean CRUD and dashboard features for vehicles, ensuring complete tenant data separation. Architecture: Use repository pattern, clean domain logic, and unit testing for maintainability and scalability. Frontend: Develop a responsive Angular 14 UI with real-time-ready structure for future GPS integration. I fully understand the importance of data segregation, scalability, and performance from my current work, and I can ensure each tenant operates in a completely isolated environment from day one. I’m ready to start immediately and can share a clear technical plan and timeline. Looking forward to working with you! Best regards, Shazma
$220 USD 10 päivässä
0,0
0,0

Hi Mate, I reviewed your requirement for a multi-tenant logistics platform, and the key challenge here is ensuring strict tenant data isolation while keeping the system scalable. Based on your scope, this will require a properly designed multi-tenant architecture using either row-level security or tenant-based filtering at the API layer, combined with role-based access control. For fleet management, ensuring each tenant’s vehicles, routes, and operational data remain completely isolated while using a shared database is critical from day one. Our team has experience building SaaS platforms and multi-tenant systems using .NET Core, Angular, and SQL Server. Suggested approach: Design tenant-aware authentication (JWT with tenant context) Implement tenant isolation (row-level security or tenant ID filtering) Build clean .NET Core API with repository pattern Develop Angular dashboard with CRUD and role-based views Prepare system for future real-time GPS integration Quick question: Do you prefer row level security or separate schemas per tenant for isolation? I can also share a clean architecture approach before we begin to ensure scalability. Appunik
$160 USD 10 päivässä
0,0
0,0

Karachi, Pakistan
Maksutapa vahvistettu
Liittynyt toukok. 4, 2023
$30-250 AUD
$30-250 USD
$30-250 USD
$30-250 USD
$30-250 USD
₹1500-12500 INR
₹1500-12500 INR
£750-1500 GBP
₹1500-12500 INR
₹12500-37500 INR
$5000-10000 USD
₹60000-70000 INR
₹12500-37500 INR
$30-50 USD
$3000-5000 USD
₹12500-37500 INR
₹400-750 INR/ tunnissa
₹600-1500 INR
₹1500-12500 INR
₹1500-12500 INR
₹750-1250 INR/ tunnissa
₹100-400 INR/ tunnissa
$250-750 USD
$2-8 USD/ tunnissa
$250-750 USD