{"id":30117024,"url":"https://github.com/huzaifa-190/pharmaco_inventory","last_synced_at":"2026-05-10T16:03:57.064Z","repository":{"id":308248269,"uuid":"1032143291","full_name":"huzaifa-190/Pharmaco_Inventory","owner":"huzaifa-190","description":"💊 A full-featured Pharmacy Inventory Management Dashboard built with ASP.NET Core MVC, Razor Pages, and EF Core — includes admin panel, product/supplier/order CRUD, and analytics with beautiful graphs.","archived":false,"fork":false,"pushed_at":"2025-08-04T23:17:40.000Z","size":3370,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-05T00:36:34.606Z","etag":null,"topics":["admin-panel","aspnet-core","csharp","dashboard","entity-framework-core","inventory-management-system","mvc","pharmacy-application","razor-pages","sql-server"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huzaifa-190.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-04T21:59:01.000Z","updated_at":"2025-08-04T23:17:44.000Z","dependencies_parsed_at":"2025-08-05T00:36:37.204Z","dependency_job_id":"61120d6c-2831-47a1-bfc3-2f67d3c47ed2","html_url":"https://github.com/huzaifa-190/Pharmaco_Inventory","commit_stats":null,"previous_names":["huzaifa-190/pharmaco_inventory"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/huzaifa-190/Pharmaco_Inventory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzaifa-190%2FPharmaco_Inventory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzaifa-190%2FPharmaco_Inventory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzaifa-190%2FPharmaco_Inventory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzaifa-190%2FPharmaco_Inventory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huzaifa-190","download_url":"https://codeload.github.com/huzaifa-190/Pharmaco_Inventory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huzaifa-190%2FPharmaco_Inventory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269712135,"owners_count":24463207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-panel","aspnet-core","csharp","dashboard","entity-framework-core","inventory-management-system","mvc","pharmacy-application","razor-pages","sql-server"],"created_at":"2025-08-10T10:35:47.424Z","updated_at":"2026-05-10T16:03:52.015Z","avatar_url":"https://github.com/huzaifa-190.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💊 Pharmacy Inventory Management Dashboard — ASP.NET Core MVC App\n\n\u003e A full-featured **Pharmacy Inventory Management System** built with **ASP.NET Core MVC** and **Razor Pages**, featuring real-time analytics, clean UI, and complete admin control over inventory, suppliers, and orders.\n\n---\n\n## 📌 Features\n\n- 📦 Full **Product Management** (Create, Read, Update, Delete)\n- 🚚 **Supplier Management** with contact details and history\n- 🧾 **Order Management** including order details \u0026 history\n- 📊 **Analytics Dashboard** with interactive graphs and charts\n- 🔐 Secure configuration using environment variables\n- 🎯 Developed with clean architecture and scalable code\n\n---\n\n## 📷 Few Screenshots\n\n| Dashboard | Analytics | Product Management |\n|----------|-----------|--------------------|\n| ![Dashboard](screenshots/dashboard.png) | ![Analytics](screenshots/analytics.png) | ![Products](screenshots/products.png) |\n\n---\n\n## 🚀 Getting Started\n\n### ✅ Prerequisites\n\n- [.NET 6+ SDK](https://dotnet.microsoft.com/download)\n- [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads)\n- [Visual Studio 2022+](https://visualstudio.microsoft.com/)\n- Git\n\n---\n\n### 🔧 How to Run Locally\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/huzaifa-190/Pharmaco_Inventory\n   cd Pharmaco_Inventory/Inventory_Management_Dashboard/\n\n2. **Create .env file inside the project folder and update this content:**\n\n   ````bash\n   LOCAL_SQL_CONNECTION_STRING = Server=\u003cYOUR_MACHINE_NAME\u003e;Database=inventoryDB;Trusted_Connection=True;TrustServerCertificate=True\n   \n3. **Apply database migrations (if not already applied):**\n\n   ````bash   \n   dotnet ef database update\n\n4. **Run the application:**\n\n   ````bash\n   dotnet run\n\n5. **Visit the app in your browser:**\n\n   ````bash\n   https://localhost:7185\n\n---\n\n## 🧠 Technologies Used\n\n- **ASP.NET Core MVC** with Razor Pages  \n- **Entity Framework Core**\n- **SQL Server**  \n- **Chart.js** for visual analytics  \n- **Tailwind CSS** for UI\n- **Visual Studio**  \n- **C#**\n\n---\n\n## 👤 Author\n\n**Huzaifa Basharat**  \n[LinkedIn](https://www.linkedin.com/in/huzaifa-basharat-941a01283/) • [GitHub](https://github.com/huzaifa-190) • [Portfolio](https://huzaifa-basharat.vercel.app/)\n\n---\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuzaifa-190%2Fpharmaco_inventory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuzaifa-190%2Fpharmaco_inventory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuzaifa-190%2Fpharmaco_inventory/lists"}