===========
Node.js - Express - AngularJS
Your development environment will require:
- Node.js
- Node Package Manager(npm)
Once the prerequisites have been installed, you will be able to execute the following from a terminal.
../Issue-Tracker > npm install
../Issue-Tracker > node server
This should fetch all the dependencies and start a Web Server listening on localhost:3000
server running
The web-app is also deployed at https://young-peak-65899.herokuapp.com
- Issue Tracker is a tool to track issues for all the public github repositories.
- You need to input a github repository URL in the input field and click track issues.
- Issues are classified in the 4 parts:
- Total Number of issues opened
- Number of open issues that were opened in the last 24 hours
- Number of open issues that were opened more than 24 hours ago but less than 7 days ago
- Number of open issues that were opened more than 7 days ago
In the future, this tool can be enhanced to see the pull requests and user will be able to differntiate between issues and pull requests. One more thing in future user will be able to see the information about issue. For example, is it a feature or bug etc, what is the description of issues.