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.
- Host: GitHub
- URL: https://github.com/gustmrg/bugtracker-app
- Owner: gustmrg
- Created: 2022-06-08T14:47:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-09-28T03:19:50.000Z (9 months ago)
- Last Synced: 2025-09-28T03:28:13.711Z (9 months ago)
- Topics: dotnet, postgresql, reactjs
- Language: C#
- Homepage: https://bugtracker-app-three.vercel.app/
- Size: 46.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
---