Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 2.05 KB

File metadata and controls

52 lines (46 loc) · 2.05 KB

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.)