Skip to content

no-donut-for-you/github-issues-ui

Repository files navigation

github-issues-ui

The github-issues-ui is an UI that connects to the github issues API. See https://github.com/no-donut-for-you/github-issues-api

Up and running

Installing all dependencies:

$ cd github-issues-api
$ npm install

Starting the github-issues-api server:

$ cd ../github-issues-api
$ bundle install
$ rails s

Starting the github-issues-ui server:

$ cd github-issues-api
$ npm start

You can access the Github issues UI on the port 8080. http://localhost:8080/issues

Using Docker

First, you need to install Docker.

The github-issues-ui has the github-issues-api as a dependency. For this reason, both projects should be placed in the same dir to run it using Docker.

Example:

+-- github-issues
|   +-- github-issues-api
|   +-- github-issues-ui

Up and running

Starting server:

$ cd github-issues-ui
$ make run-app

or

$ docker-compose up github-issues-ui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published