Skip to content

lulzzz/Bugtracker

 
 

Repository files navigation

Build Status

Bugtracker icon

Bugtracker

Simple Project Management tool for tracking bugs/issues in Projects.

Built with:

Backend:

Frontend:

Installation Instructions:

Backend:

Database setup

Open Project in Visual Studio, then go to Package Manager Console and enter this:

update-database
Run server

Go to Package Manager Console and make sure you are in Bugtracker Project(cd ./Bugtracker) then type this:

dotnet run

Frontend:

Download dependencies & run
npm install
npm run serve

What’s missing?

Overall User Experience
  • Form Validation
  • Generall Notifications (e.g. Ticket successfully created)
Application Security
  • JWT Token is stored in LocalStorage (Learn more why storing JWT in LocalStorage is a bad idea.)

About

Simple Project Management tool for tracking bugs/issues in Projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 60.5%
  • Vue 29.1%
  • JavaScript 7.7%
  • SCSS 2.3%
  • Other 0.4%