A bug tracking software which organizes the project between project managers and developers by tracking each bug within each project with a professional GUI and database.
- Supports users with different roles (Admin, Tester, Project Manager, Developer).
- Authentication and Authorization.
- Database connection.
- Different dashboard for each user (Admin, Tester, Project Manager, Developer).
- Adding projects and assigning them to developers.
- Sending and receiving emails when assigning or finishing projects.
- Adding bugs tickets withing each project and assigning them to certain developer.
- Adding comments to each bug ticket.
- Enables tester to attach screenshot of bug.
- Enables managers to check performance of developers and testers.
- Enables admin to view all bugs of project.
- Enables admin to add / update / delete users with different roles.
1. mssql-jdbc-11.2.1.jre17.jar JDBC driver to connect your IDE to MSSQl Server Management Studio
2. java-sdk-17
This library is already downloaded in the repo, you won't have to download it.
- Apache NetBeans(IDE)
- Java
- MSSQL Server Management Studio to manage your database
- jCalenderLibrary
1. Setting your Database
Excqute the Project.sql file in files tab
2. Source Files
You will find the project src files in SourceFile
Here some useful recourses you will need :