/issue-tracker

Full-stack application that allows users to track issues.

Primary LanguageJavaScriptMIT LicenseMIT

Issue Tracker

The issue tracker application will allow users to create, read, update and delete issues for his/her company.

Follow this README in order to properly run this application.

Live App: https://languid-slope.glitch.me/

Prerequisites for Local Installation.

You will need the following things properly installed on your computer.

Installation

CLIENT

  • git clone <repository-url> this repository
  • cd issue-tracker
  • npm install

DATABASE

  • Mongo DB
    Installed locally.

Running / Development