avtar / qi-dashboard-backend-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QI Dashboard Backend Demo

This repository contains a prototype of the backend service meant to be used to demo the QI Dashboard.

Requirements

You will need to:

Build a Docker image

sudo docker build -t avtar/qi-dashboard-backend .

Run a container

sudo docker run \
-d \
-p 3000:3000 \
--name="qi-dashboard-backend" \
-e GITHUB_PERSONAL_ACCESS_TOKEN=<your token here> \
avtar/qi-dashboard-backend

About


Languages

Language:JavaScript 100.0%