Skip to content

Latest commit

Β 

History

History
42 lines (28 loc) Β· 1.3 KB

File metadata and controls

42 lines (28 loc) Β· 1.3 KB

InventiCloud

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.


🚧 Status

This project is a work in progress.
For the original implementation, please see the old repo:

πŸ‘‰ InventiCloud (Blazor version)


πŸ› οΈ Tech Stack (New Version)

  • Frontend: Angular
  • Backend: .NET 8 Web API
  • Database: SQL Server
  • Deployment: Azure

πŸ“‚ Structure

  • /client β†’ Angular frontend
  • /server β†’ .NET Web API backend

πŸ“Œ Roadmap

  • Migrate core features from Blazor version
  • Implement RESTful API with authentication/authorization
  • Angular UI with responsive components
  • CI/CD pipeline setup
  • Cloud deployment

πŸ“– About

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.