https://github.com/riskers/githubx-api
The API for GithubX
https://github.com/riskers/githubx-api
api github github-extension
Last synced: 5 months ago
JSON representation
The API for GithubX
- Host: GitHub
- URL: https://github.com/riskers/githubx-api
- Owner: riskers
- Created: 2022-04-25T15:27:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T22:58:10.000Z (over 3 years ago)
- Last Synced: 2025-02-24T16:50:15.356Z (11 months ago)
- Topics: api, github, github-extension
- Language: Java
- Homepage: https://hub.docker.com/repository/docker/riskers/githubx-api
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GithubX-API
[](https://hub.docker.com/r/riskers/githubx-api)
> the API for [GithubX](http://github.com/riskers/github-plus-extension)
## Deploy
```bash
> docker-compose up -d
```
## Dev
```bash
> cp src/main/resources/application-dev.properties.sample src/main/resources/application-dev.properties
```
## Publish Docker Image
The process had been integrated on [Github Actions](./.github/workflows/docker-publish.yml).
You can also publish the image manually:
1. package jar and build Docker image
```bash
> docker build -t githubx-api .
```
2. push Docker image
```bash
> docker tag githubx-api riskers/githubx-api
> docker push riskers/githubx-api
```