Skip to content

achmurali/bug-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bug-Tracker

App using PERN Stack

Built using

Front-end

Back-end

  • Node.js - Runtime environment for JS
  • Express.js - Node.js framework, makes process of building APIs easier & faster
  • PostgreSQL - Opens-source SQL database to store data
  • 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

  • Authentication using JWT.
  • CRUD operations for projects.
  • CRUD operations for bugs associated with projects.
  • CRUD operations for bugs to associate with bugs via the project members.
  • Project members can add, edit, close & reopen bugs etc.
  • Sorting, Filtering etc for custom viewing.
  • Central error handling in server side.
  • Toast notifications.
  • Dark mode toggle w/ local storage save

Screenshots

Login Page

login

Login Page in dark mode

login-dark

Signup Page

signup

Projects Page

projects-page

Projects Page in dark mode

projects-dark

More Projects Page Features

projects1

projects2

projects3

projects4

addproject

Bugs Page

bugs

More Bugs Page Features

addbugs

bugslist

bugsmenu

bugsupdate

About

A Bug Tracker with support for collaboration between teams.

Topics

Resources

Stars

Watchers

Forks