https://github.com/redhataccess/elixir
An app for visualizing major milestones of different projects (start, finish and release) across teams
https://github.com/redhataccess/elixir
Last synced: about 1 year ago
JSON representation
An app for visualizing major milestones of different projects (start, finish and release) across teams
- Host: GitHub
- URL: https://github.com/redhataccess/elixir
- Owner: redhataccess
- License: mit
- Created: 2015-03-20T13:52:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T14:05:09.000Z (over 8 years ago)
- Last Synced: 2025-03-30T18:12:10.036Z (about 1 year ago)
- Language: JavaScript
- Size: 323 KB
- Stars: 3
- Watchers: 13
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
elixir App
====================
# elixir
An app for visualizing major milestones of different projects (start, finish and release) across teams. The app helps to have a big picture of development and release dates. It is developed in Red Hat for customer portal team.
The app is full-stack javascript app and is scafolded with generator-angular-fullstack.
## Install
1. Clone the repository
2. Then 'cd elixir'
3. Then 'npm install'
4. then 'bower install'
5. finally 'grunt serve'
your browser will be opened and you can see app running on 'http://localhost:9000'
## Data Administration
go to:
http://localhost:9000/admin
to add workstream ans tasks
--
## Build
Run -> grunt build
Build will be created in dist folder
## Seed
run seed command in your terminal to populate mongoDb with sample data