An open API service indexing awesome lists of open source software.

https://github.com/gustmrg/bugtracker-app

BugTracker is a system designed for tracking issues and bugs.
https://github.com/gustmrg/bugtracker-app

dotnet postgresql reactjs

Last synced: 4 months ago
JSON representation

BugTracker is a system designed for tracking issues and bugs.

Awesome Lists containing this project

README

          


BugTracker App Logo

BugTracker


### :trophy: About the Project

BugTracker is a system designed for tracking issues and bugs. It is commonly used in large organizations, especially in collaborative or distributed environments. However, it can also be utilized by individuals for personal time management and productivity tracking.

This system includes resource allocation, time tracking, priority management, and workflow supervision. Additionally, it provides a centralized issue log to enhance efficiency and accountability.

This project was built using C# and follows the Model-View-Controller (MVC) pattern with .NET 8.0. It adopts a code-first approach, featuring user registration and role-based access control for security.

Throughout the development process, best practices such as Object-Oriented Programming (OOP), SOLID principles, and Dependency Injection were applied to ensure maintainability and scalability.

### :rocket: Technologies

This project was developed using:

- .NET 8.0
- React
- PostgreSQL v17

### :star: Features

- [ ] Landing Page
- [ ] Dashboard
- [ ] User Login/Registration
- [ ] Ticket Management
- [ ] Project Management
- [ ] User Privilege Management
- [ ] User Profile Management

### :blue_book: Libraries

This project uses:

- Identity Framework
- Entity Framework
- Tailwind CSS
- ShadCN UI

### :page_with_curl: License

This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for more details.

---