The project gives a platform for issue creation, assign issues to people, track the issues
- The user can view a list of issues with fiter capability
- The user can add new issues, able to edit ,update and delete an issue
- It can also show the owner to whom the issue is assigned, Creation date, time required to address the issue and due date.
This repository is part of the Issue tracking System as the whole system is broken down into two parts representing two differnt functions done using two different servers. One that serve static files as content coded in this repository named as UiServerForIssueTracker and other that host just the API using the repository called ApiServerForIssueTracker.