ioet / bpm-people-time-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bpm-people-time-ui

Build Status and Code coverage

Build Status Code Coverage Quality Gate Status

Run it locally

Run this command and everything should be setup

npm install

Export these environment variables to define the APIs URL:
BPM_PEOPLE_TIME_API_URL
BPM_ORGANIZATIONS_API_URL
BPM_PEOPLE_API_URL
BPM_PROJECTS_API_URL
BPM_SKILLS_API_URL

Then run this command to start the application

npm start

Running tests

npm test

Docker?

$ docker build -t bpm-people-ui .
$ docker run -p 8080:8080 bpm-people-ui

About


Languages

Language:JavaScript 99.5%Language:Dockerfile 0.3%Language:HTML 0.2%