Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 611 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 611 Bytes

Issue Tracker

It looks like: https://www.youtube.com/watch?v=3sQ2XMRwiQw

Issue Tracker is a simple web application which can be used on intranet. The technology stack:

  • NodeJS
  • Express
  • MongoDB
  • Angular 1.x
  • Angular Material

Prerequisites

Make sure you have installed the following:

  • NodeJS
  • MongoDB
  • Bower
  • Lineman JS

Version

0.0.1

Installation

npm install  
bower install  
lineman clean run

Running the application

By default, a local server will be started on http://localhost:8000
But only after the command lineman run....
Enjoy!