Skip to content

A database where you can search for bugs and keep track of progress relating to past and current bugs across sprints

Notifications You must be signed in to change notification settings

d3akhtar/Bug-Database

Repository files navigation

The Bug Report System is a program designed to let users log bugs/errors into a database.

Requirements:

Setup:

  • Run "installModules.bat" on windows to install the necessary node files
  • When starting the server for the first time the database will be created automatically with the default username and password "admin1" : "1234"

Usage:

  • Start the server using "runServer.bat" or by typing "node ./server.js" in a terminal in the same folder as "server.js"
  • Type "localhost:3000" into your browser (while the server is running) and you should be directed to the main page

Features:

  • Start a new bug report
  • Contribute to a bug report
  • Close the report
  • view progress in the form a graph
  • Admin functions:
    • Add users
    • Remove users
    • Reset users' passwords

About

A database where you can search for bugs and keep track of progress relating to past and current bugs across sprints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published