InventiCloud is a cloud-based platform currently being refactored from its original .NET Blazor implementation into a modern stack using Angular (frontend) and .NET Web API (backend).
This repo contains the new codebase under active development.
This project is a work in progress.
For the original implementation, please see the old repo:
π InventiCloud (Blazor version)
- Frontend: Angular
- Backend: .NET 8 Web API
- Database: SQL Server
- Deployment: Azure
/clientβ Angular frontend/serverβ .NET Web API backend
- Migrate core features from Blazor version
- Implement RESTful API with authentication/authorization
- Angular UI with responsive components
- CI/CD pipeline setup
- Cloud deployment
InventiCloud is a cloud-based inventory management system designed to help multi-branch businesses centralize real-time stock tracking and streamline operations. This project originated as a .NET Blazor application and has been refactored into an Angular frontend with a .NET API backend to improve scalability and maintainability.