{"id":30340589,"url":"https://github.com/frau-azadeh/salesdashboard","last_synced_at":"2026-05-05T14:02:56.601Z","repository":{"id":304501963,"uuid":"1018179114","full_name":"frau-azadeh/SalesDashboard","owner":"frau-azadeh","description":"A clean and modern role-based admin panel built with ASP.NET MVC, TailwindCSS, and RESTful APIs. Designed for internal teams such as Sales, Marketing, Purchasing, and Accounting to manage company operations efficiently.","archived":false,"fork":false,"pushed_at":"2025-07-13T15:20:00.000Z","size":907,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-13T15:21:30.327Z","etag":null,"topics":["api","asp-net-core","chartjs","csharp","javascript","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frau-azadeh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T18:40:43.000Z","updated_at":"2025-07-13T15:20:04.000Z","dependencies_parsed_at":"2025-07-13T15:21:52.099Z","dependency_job_id":"2644fd87-5997-4748-8805-d4e2a0be2d79","html_url":"https://github.com/frau-azadeh/SalesDashboard","commit_stats":null,"previous_names":["frau-azadeh/salesdashboard"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/frau-azadeh/SalesDashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frau-azadeh%2FSalesDashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frau-azadeh%2FSalesDashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frau-azadeh%2FSalesDashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frau-azadeh%2FSalesDashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frau-azadeh","download_url":"https://codeload.github.com/frau-azadeh/SalesDashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frau-azadeh%2FSalesDashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270962403,"owners_count":24675966,"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-18T02:00:08.743Z","response_time":89,"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":["api","asp-net-core","chartjs","csharp","javascript","tailwindcss"],"created_at":"2025-08-18T08:12:28.843Z","updated_at":"2026-05-05T14:02:51.557Z","avatar_url":"https://github.com/frau-azadeh.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 Sales Dashboard Admin Panel\n\nA clean and modern role-based admin panel built with **ASP.NET MVC**, **TailwindCSS**, and **RESTful APIs**.  \nDesigned for internal teams such as Sales, Marketing, Purchasing, and Accounting to manage company operations efficiently.\n\n---\n\n## 🚀 Features\n\n- 🔐 Login system with role-based access\n\n- 🧑‍💼 Admin sees all pages; users see their own modules\n\n- 📦 Products module with API-based data handling\n\n- 📊 Dashboard ready for chart integrations (sales, orders, returns)\n\n- 📝 CRM functionality for marketing leads (coming soon)\n\n- 🧾 Invoice and order management system (planned)\n\n- 💬 Real-time notification support (planned)\n\n---\n\n## ⚙️ Tech Stack\n\n- 💻 ASP.NET Core MVC\n\n- 🎨 Tailwind CSS\n\n- 🛠 RESTful API (custom controller-based)\n\n- 🧠 Session-based authentication\n\n- 📊 (Upcoming) Chart.js or ApexCharts for data visualization\n\n---\n\n## 🛠️ Getting Started\n\n1. **Clone the repository**\n  \n     git clone https://github.com/frau-azadeh/salesdashboard.git\n\n2. Open in Visual Studio\n\n\tRun the project (with IIS Express or Kestrel)\n\n\tLogin with sample users:\n\n\tadmin / admin1234\n\n\tsales / sales1234\n\n\tmarketing / marketing1234\n\n\taccount / account1234\n\n\tpurches / purches1234\n\n## Project Structure\n\n```\n\tSalesDashboard/\n├── Controllers/\n│   ├── AccountController.cs\n│   ├── DashboardController.cs\n│   └── Api/\n│       └── ProductsController.cs\n├── Models/\n│   └── Product.cs\n├── Views/\n│   ├── Account/Login.cshtml\n│   ├── Dashboard/Index.cshtml\n│   └── Products/Index.cshtml\n├── wwwroot/\n│   └── css/output.css\n├── Program.cs\n└── README.md\n\n```\n\n## 📌 Milestones\n\n\n✅ Phase 1: Basic Login with Role Support\n\n✅ Phase 2: Product Module via REST API\n\n⏳ Phase 3: Orders, Invoices, and CRM\n\n⏳ Phase 4: Charts \u0026 Realtime Notifications\n\n## 🧠 License\n\nThis project is under active development. Feel free to fork or contribute.\n\n## 🌻Developed by\n\nAzadeh Sharifi Soltani\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrau-azadeh%2Fsalesdashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrau-azadeh%2Fsalesdashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrau-azadeh%2Fsalesdashboard/lists"}