Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 652 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 652 Bytes

Problem Statement

  • Create a nodejs + ejs application to track issues/bugs for a project. Read the Features below on what to implement. You can take inspiration from the Github issue tracker or some other application.

Technology Used

  • Node JS
  • Express Js
  • Mongo DB
  • JavaScript

Install

To install all the dependences of the project, run the following command:

git clone https://github.com/shakti1590/Issue-Tracker.git
npm install
npm start

Deployment link

  • Link -

Source Code