Skip to content

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

License

Notifications You must be signed in to change notification settings

aliesenli/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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published