Skip to content

Team-Bugged/bug-tracker-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug Tracker

Bug Tracking System made with MERN Stack.

Description

Bug Tracker is a web application that keeps track of reported software bugs in software development projects. The database is implemented using mongoDB. The web application involves features such as CRUD operations on projects and its associated bugs.

A user can create multiple projects and each project is associated with a unique project ID, project title, project description, project start date, project contributors, and project status. Project status indicates the completion status of the project. A Project contributor may report multiple bugs.

A bug is an error, flaw or fault in software code that causes it to produce an incorrect or unexpected result, or to behave in unintended ways. Each Bug has a unique ID, title, due date, contributors/assignees, status, and severity. Each bug has associated bug description. The due date is the expected time or date to resolve the bug, status indicates whether the bug has been resolved or not.

Both project and bugs can be deleted and updated. Deleting a project necessarily means deleting all its associated bugs.

ER Diagram:

image

DEMO

To run on browser

Step 1: Run the server on your browser: Click here
Step 2: Finally, Click here to view our application

To run locally

  • git clone
  • npm install
  • npm start
  • visit localhost:3000 on browser

Developer Credits

Sahil Siddharth Sharma Vridhi Kamath

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages