{"id":25022887,"url":"https://github.com/biswajitpanday/bugbusters","last_synced_at":"2026-05-15T22:05:17.150Z","repository":{"id":274183069,"uuid":"921886659","full_name":"biswajitpanday/BugBusters","owner":"biswajitpanday","description":"BugBusters Portfolio showcases a full-stack application combining a robust ASP.NET Core backend and a modern React frontend. Designed for private developer collaboration within companies, it features a Q\u0026A system, role-based access control, and a seamless user experience.","archived":false,"fork":false,"pushed_at":"2025-02-03T23:31:17.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T12:32:17.626Z","etag":null,"topics":["asp-net-core","clean-architecture","entity-framework-core","fullstack-development","react","react-query","sqlserver"],"latest_commit_sha":null,"homepage":"","language":null,"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/biswajitpanday.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-01-24T20:02:08.000Z","updated_at":"2025-02-03T23:31:21.000Z","dependencies_parsed_at":"2025-03-30T12:30:03.525Z","dependency_job_id":null,"html_url":"https://github.com/biswajitpanday/BugBusters","commit_stats":null,"previous_names":["biswajitpanday/bugbusters"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/biswajitpanday/BugBusters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswajitpanday%2FBugBusters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswajitpanday%2FBugBusters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswajitpanday%2FBugBusters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswajitpanday%2FBugBusters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/biswajitpanday","download_url":"https://codeload.github.com/biswajitpanday/BugBusters/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/biswajitpanday%2FBugBusters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278909711,"owners_count":26066887,"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-10-08T02:00:06.501Z","response_time":56,"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":["asp-net-core","clean-architecture","entity-framework-core","fullstack-development","react","react-query","sqlserver"],"created_at":"2025-02-05T14:19:29.646Z","updated_at":"2025-10-08T07:51:36.074Z","avatar_url":"https://github.com/biswajitpanday.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ctable width=\"100%\"\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"left\"\u003e\n      \u003ca href=\"https://github.com/biswajitpanday/BugBusters.Server\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Server%20Repository-8A2BE2\" alt=\"Server Repository\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"right\"\u003e\n      \u003ca href=\"https://github.com/biswajitpanday/BugBusters.Client\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Client%20Repository-8A2BE2\" alt=\"Client Repository\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n\n\n# BugBusters\n\nBugBusters is a private developer panel for internal issue tracking and collaboration within companies. It serves as a secure, company-specific alternative to public platforms like StackOverflow, enabling employees to share issues, provide solutions, and engage in community-driven problem-solving.\n\n---\n\n![Landing Page](BugBustersLanding.png)\n\n## Why This Project?\n\n### 1. Solving Real-World Problems\nBugBusters addresses the need for private, company-specific developer collaboration, offering a secure alternative to public platforms like StackOverflow. It ensures sensitive data and internal discussions remain confidential.\n\n### 2. Comprehensive Full-Stack Implementation\nThis project showcases a well-rounded full-stack application, combining:  \n- A **[Scalable backend](https://github.com/biswajitpanday/BugBusters.Server)** built with **ASP.NET Core** using best practices like Clean Architecture and Repository Pattern.  \n- A **[Modern React-based frontend](https://github.com/biswajitpanday/BugBusters.Client)** with a polished user interface and seamless user experience.\n\n### 3. Demonstration of Key Software Engineering Skills\n- **System Design**: Designed with clean separation of concerns, modular architecture, and scalability in mind.  \n- **Database Design**: Features optimized database schema using **Entity Framework Core** with migrations and seed data.  \n- **Role-Based Access Control**: Implemented secure role-based access for Admins, Moderators, and Users.  \n- **API Documentation**: Includes detailed Swagger API documentation for easy integration and testing.  \n- **Frontend Engineering**: Demonstrates reusable React components, state management, and responsive design.\n\n### 4. End-to-End Project Development\nThis project demonstrates proficiency in the entire software development lifecycle:  \n- **Requirement Analysis**: Designed features based on real-world use cases.  \n- **Implementation**: Developed scalable, production-ready client and server applications.  \n- **Testing**: Comprehensive unit and integration testing for backend logic and frontend UI.  \n- **Deployment (Optional)**: Can be hosted on modern platforms for live demos.\n\n### 5. Industry-Relevant Tech Stack\nThis project utilizes technologies commonly used in professional software development, including:  \n- **Backend**: ASP.NET Core 7, JWT Authentication, SQL Server, Serilog.  \n- **Frontend**: React, TypeScript, React Query, Sass, Bootstrap.  \n- **Tools**: Git, GitHub Actions, Jest, and more.\n\n---\n\n## Key Achievements\n\n1. **Role-Based User Management**: Implemented secure and efficient user authentication with JWT and role-based access control for Admins, Moderators, and Users.  \n2. **Dynamic Q\u0026A System**: Built a robust question-and-answer platform with upvote/downvote functionality and admin approval workflows.  \n3. **Responsive UI**: Delivered a mobile-friendly, responsive design using Sass, Bootstrap, and modern React best practices.  \n4. **Scalable Backend**: Architected the backend with modular layers, including API, Service, and Repository layers, adhering to Clean Architecture principles.  \n5. **Comprehensive Testing**: Achieved high code coverage with **unit tests** (NUnit, Moq) and **frontend tests** (Jest, Testing Library).  \n6. **API Documentation**: Delivered a well-documented API using Swagger, facilitating easy integration and testing.  \n7. **Project Management**: Maintained a clean Git workflow with well-organized commits, branching, and detailed documentation.\n\n---\n\n## Overview\n\nThis portfolio showcases the two major components of the BugBusters project:\n\n1. **[BugBusters Server](https://github.com/biswajitpanday/BugBusters.Server)**: The backend API built with ASP.NET Core, supporting robust functionalities like user management, Q\u0026A systems, and role-based access control.\n2. **[BugBusters Client](https://github.com/biswajitpanday/BugBusters.Client)**: The frontend application developed with React, offering an intuitive and responsive user interface for users to interact with the system.\n\n---\n\n## Screenshots\n\n### BugBusters Client (Screenshots)\n- **Question List Page**  \n  ![Question List](https://github.com/biswajitpanday/BugBusters.Client/blob/master/screenshots/question-list.png)\n\n- **Question and Answer Page**  \n  ![Q\u0026A Page](https://github.com/biswajitpanday/BugBusters.Client/blob/master/screenshots/question-description.png)\n\n### BugBusters Server (Swagger API)\n- **Swagger**\n![Swagger Screenshot](https://github.com/biswajitpanday/BugBusters.Server/blob/master/swagger-screenshot.png)\n\n---\n\n## Features\n\n- **User Management**: Registration, login, and profile management.  \n- **Roles**: Role-based access control for Admins, Moderators, and Users.  \n- **Q\u0026A System**: Ask questions, provide answers, upvote/downvote content, and admin approval workflows.  \n- **Search and Navigation**: Advanced search and easy navigation for browsing topics.\n\n---\n\n## Technology Stack\n\n### Backend\n- ASP.NET Core 7\n- Entity Framework Core (Code First, Migrations)\n- SQL Server\n- JWT Authentication\n- Serilog\n- AutoMapper\n- NUnit and Moq for Testing\n\n### Frontend\n- React 18\n- TypeScript\n- React Query and Context API\n- Sass and Bootstrap\n- React Router DOM\n- Jest and Testing Library\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- .NET 7 SDK\n- SQL Server\n- Node.js (v16 or later)\n- npm or yarn\n\n### Setup Instructions\n\n#### Backend\n1. Clone the server repository:\n   ```bash\n   git clone https://github.com/biswajitpanday/BugBusters.Server.git\n   ```\n2. Navigate to the solution directory:\n   ```bash\n   cd BugBusters.Server\n   ```\n3. Restore dependencies:\n   ```bash\n   dotnet restore\n   ```\n4. Apply database migrations:\n   ```bash\n   dotnet ef database update\n   ```\n5. Run the server:\n   ```bash\n   dotnet run\n   ```\n\n#### Frontend\n1. Clone the client repository:\n   ```bash\n   git clone https://github.com/biswajitpanday/BugBusters.Client.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd BugBusters.Client\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Run the application:\n   ```bash\n   npm start\n   ```\n\n---\n\n## Contributing\n\nWe welcome contributions! Please follow these steps:\n1. Fork the repository.\n2. Create a feature branch.\n3. Commit your changes.\n4. Open a pull request.\n\n---\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## Contact\n\nFor questions or support, please contact the repository maintainer at biswajitmailid@gmail.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiswajitpanday%2Fbugbusters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiswajitpanday%2Fbugbusters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiswajitpanday%2Fbugbusters/lists"}