Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 2.84 KB

README.md

File metadata and controls

68 lines (45 loc) · 2.84 KB

Spider BugTracker | MERN Stack

Spider Bug Tracker is Web application for tracking the bugs during software development period. It has a clean and user-friendly GUI with great functionality.

Built using

Front-end

Back-end

  • Node.js - Runtime environment for JS
  • Express.js - Node.js framework, makes process of building APIs easier & faster
  • MongoDB - MongoDB is an open-source document database and leading NoSQL database.
  • JSON Web Token - A standard to secure/authenticate HTTP requests
  • Bcrypt.js - For hashing passwords
  • Dotenv - To load environment variables from a .env file

Features

-Login and register for admin and developers.
-Project Lead can add, edit or delete the projects.
-Project Lead can add developers in a particular project.
-Project Lead can assign a bug to a developer.
-Project Lead can assign bugs to the developers and discuss in a particular bug section.
-Developer can see all the bugs related to that project.
-Developers can see how many total bugs are assigned to them.

Screenshots

Desktop-1 Desktop-2 Desktop-3 Desktop-4 Desktop-5 Desktop-6 Desktop-7

Usage

Env variable:

Contact us for env via email - spiderbugtracker21@gmail.com.

Client:

npm run client

Server:

npm run server