{"id":18111664,"url":"https://github.com/laymer/glo-ci-server","last_synced_at":"2025-07-26T18:12:55.490Z","repository":{"id":67404794,"uuid":"182965582","full_name":"Laymer/glo-ci-server","owner":"Laymer","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-21T16:42:12.000Z","size":261,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T13:56:50.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Laymer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-23T08:05:12.000Z","updated_at":"2019-07-14T14:45:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"feef852b-5b0c-4b78-9671-4f0b4ce6210e","html_url":"https://github.com/Laymer/glo-ci-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laymer%2Fglo-ci-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laymer%2Fglo-ci-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laymer%2Fglo-ci-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laymer%2Fglo-ci-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Laymer","download_url":"https://codeload.github.com/Laymer/glo-ci-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247452753,"owners_count":20941163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-01T01:07:05.377Z","updated_at":"2025-04-06T08:21:47.426Z","avatar_url":"https://github.com/Laymer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Glo CI Server\n\nThis is the backend for [Glo CI](https://github.com/kingjan1999/glo-ci). It is based on the great [express-rest-es2017-boilerplate](https://github.com/danielfsousa/express-rest-es2017-boilerplate), which is the reason why this project is sometimes called `boilerplate-api` (I was too lazy to replace it...)\n\n## Running Locally\n\n```bash\nyarn dev\n```\n\n## Running in Production\n\n```bash\nyarn start\n```\n\n## Lint\n\n```bash\n# lint code with ESLint\nyarn lint\n\n# try to fix ESLint errors\nyarn lint:fix\n\n# lint and watch for changes\nyarn lint:watch\n```\n\n## Test\n\n```bash\n# run all tests with Mocha\nyarn test\n\n# run unit tests\nyarn test:unit\n\n# run integration tests\nyarn test:integration\n\n# run all tests and watch for changes\nyarn test:watch\n\n# open nyc test coverage reports\nyarn coverage\n```\n\n## Validate\n\n```bash\n# run lint and tests\nyarn validate\n```\n\n## Logs\n\n```bash\n# show logs in production\npm2 logs\n```\n\n## Documentation\n\n```bash\n# generate and open api documentation\nyarn docs\n```\n\n## Docker\n\n```bash\n# run container locally\nyarn docker:dev\nor\ndocker-compose -f docker-compose.yml -f docker-compose.dev.yml up\n\n# run container in production\nyarn docker:prod\nor\ndocker-compose -f docker-compose.yml -f docker-compose.prod.yml up\n\n# run tests\nyarn docker:test\nor\ndocker-compose -f docker-compose.yml -f docker-compose.test.yml up\n```\n\n## Deploy\n\nSet your server ip:\n\n```bash\nDEPLOY_SERVER=127.0.0.1\n```\n\nReplace my Docker username with yours:\n\n```bash\nnano deploy.sh\n```\n\nRun deploy script:\n\n```bash\nyarn deploy\nor\nsh ./deploy.sh\n```\n\n## License\n\n[MIT License](README.md) - [Jan Beckmann](https://github.com/kingjan1999)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaymer%2Fglo-ci-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaymer%2Fglo-ci-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaymer%2Fglo-ci-server/lists"}