Skip to content

bschade18/bug-tracker

Repository files navigation

IssueTracker 1.0

Keep track of bugs, issues, and to-dos among you and your team or organization - or just yourself!

This is an bug/issue/todo tracking application built with the MERN stack. It includes authentication and CRUD functionality for logged issues.

Quick Start 🚀

Install server dependencies

npm install

Install client dependencies

cd client
npm install

Run both Express & React from root

npm run dev

Build for production

cd client
npm run build

Features

Submit issues to be tracked. Give issues a title, assign them to a current project or a new one, write a description of the issue, assign the issue to a user on your team, and choose a status.

image info

View all open issues assigned to you in a single place

image info

Do an advanced search for issues

image info

Author

Bobby Schade Portfolio

Version

1.0.0

License

This project is licensed under the MIT License

About

This is an bug/issue/todo tracking application built with the MERN stack. It includes authentication and CRUD functionality for logged issues. I use this to track the work on all my current projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors