Backend:
Frontend:
Open Project in Visual Studio, then go to Package Manager Console and enter this:
update-database
Go to Package Manager Console and make sure you are in Bugtracker Project(cd ./Bugtracker) then type this:
dotnet run
npm install
npm run serve
- Form Validation
- Generall Notifications (e.g. Ticket successfully created)
- JWT Token is stored in LocalStorage (Learn more why storing JWT in LocalStorage is a bad idea.)