{"id":19640960,"url":"https://github.com/williamkoller/nest-spire-rest","last_synced_at":"2026-04-28T23:38:57.872Z","repository":{"id":204368633,"uuid":"711672486","full_name":"williamkoller/nest-spire-rest","owner":"williamkoller","description":"Nest Spire Rest","archived":false,"fork":false,"pushed_at":"2023-10-30T05:02:06.000Z","size":164,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T04:36:45.303Z","etag":null,"topics":["docker-compose","nestjs","nodejs","rest-api","sonarqube"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/williamkoller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-30T00:27:50.000Z","updated_at":"2023-10-30T13:52:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"73d8ee61-5502-4a0d-a5f8-3821169ce0de","html_url":"https://github.com/williamkoller/nest-spire-rest","commit_stats":null,"previous_names":["williamkoller/nest-spire-rest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/williamkoller/nest-spire-rest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamkoller%2Fnest-spire-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamkoller%2Fnest-spire-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamkoller%2Fnest-spire-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamkoller%2Fnest-spire-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamkoller","download_url":"https://codeload.github.com/williamkoller/nest-spire-rest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamkoller%2Fnest-spire-rest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker-compose","nestjs","nodejs","rest-api","sonarqube"],"created_at":"2024-11-11T14:07:20.009Z","updated_at":"2026-04-28T23:38:57.868Z","avatar_url":"https://github.com/williamkoller.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Node.js CI](https://github.com/williamkoller/nest-spire-rest/actions/workflows/node.js.yml/badge.svg)](https://github.com/williamkoller/nest-spire-rest/actions/workflows/node.js.yml)\n[![CodeQL](https://github.com/williamkoller/nest-spire-rest/actions/workflows/codeql.yml/badge.svg)](https://github.com/williamkoller/nest-spire-rest/actions/workflows/codeql.yml)\n\n# Nest Spire Rest\n\nA brief description of what this project does and why it's useful.\n\n## Installation\n\n- required `node`, `yarn/npm` and `@nestjs/cli`\n- install `nvm`\n  - `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash`\n  - export in `.bash_rc`\n  - ```\n    export NVM_DIR=\"$([ -z \"${XDG_CONFIG_HOME-}\" ] \u0026\u0026 printf %s \"${HOME}/.nvm\" || printf %s \"${XDG_CONFIG_HOME}/nvm\")\"\n    [ -s \"$NVM_DIR/nvm.sh\" ] \u0026\u0026 \\. \"$NVM_DIR/nvm.sh\"\n    ```\n- install `node`\n\n  - `nvm install v18.16.1`\n  - set alias `nvm alias default v18`\n  - set default `nvm use default`\n\n- install `@nestjs/cli`\n  - `npm i -g @nestjs/cli`\n  -\n- install `yarn install --frozen-lockfile`\n\n## Usage\n\nExamples of how to use your project, along with any relevant code snippets.\n\n## Dependencies\n\nList any dependencies or requirements needed to run your project.\n\n## Contributing\n\nThank you for considering contributing to this project! Whether you want to report an issue, suggest an improvement, or submit your own code changes, your help is highly appreciated. Please follow the guidelines below to make the process smooth and efficient.\n\n### Reporting Issues\n\nIf you encounter a problem with the project, have a feature request, or noticed a potential improvement, please consider opening an issue. To do so:\n\n1. Go to the [Issues](https://github.com/williamkoller/nest-spire-rest/issues/new) section of this repository.\n2. Click the \"New Issue\" button.\n3. Fill out the provided form with detailed information about the issue or request.\n4. Click \"Submit Issue\" to create it.\n\n### Pull Requests\n\nWe welcome and encourage contributions from the community. If you want to contribute code or documentation changes, please follow these steps:\n\n- Create a new branch for your changes:\n\n  - `git checkout -b your-feature-branch`\n\n- Make your desired changes, following our coding and style guidelines.\n- Commit your changes:\n\n  - `git commit -m \"Description of your changes\"`\n\n- Push the changes to your fork on GitHub:\n  - `git push origin your-feature-branch`\n- Create a pull request [PR](https://github.com/williamkoller/nest-spire-rest/compare) by going to the Pull Requests section of this repository.\n\n- Click the \"New Pull Request\" button.\n\n- Select your branch with the changes from your fork.\n\n- Provide a clear and concise description of your changes in the PR template.\n\n- Click \"Create Pull Request.\"\n\n- A project maintainer will review your PR and provide feedback or merge it if it meets the project's standards.\n\n- Code of Conduct\n  Please note that we have a Code of Conduct that all contributors are expected to follow. Make sure you read and adhere to it when participating in this project.\n\n- Thank you for helping make this project better!\n\n## License\n\nSpecify how others can use and modify your code, along with any relevant disclaimers or warranties.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamkoller%2Fnest-spire-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamkoller%2Fnest-spire-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamkoller%2Fnest-spire-rest/lists"}