{"id":16660821,"url":"https://github.com/spotlesscoder/reaperdawhub-service2","last_synced_at":"2025-10-30T01:40:20.513Z","repository":{"id":107879935,"uuid":"98116104","full_name":"spotlesscoder/reaperdawhub-service2","owner":"spotlesscoder","description":"JHipster version of the service","archived":false,"fork":false,"pushed_at":"2017-07-23T18:09:20.000Z","size":7495,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T08:34:04.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"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/spotlesscoder.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":"2017-07-23T18:06:25.000Z","updated_at":"2017-07-23T18:09:24.000Z","dependencies_parsed_at":"2023-04-30T18:33:20.393Z","dependency_job_id":null,"html_url":"https://github.com/spotlesscoder/reaperdawhub-service2","commit_stats":null,"previous_names":["spotlesscoder/reaperdawhub-service2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotlesscoder%2Freaperdawhub-service2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotlesscoder%2Freaperdawhub-service2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotlesscoder%2Freaperdawhub-service2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotlesscoder%2Freaperdawhub-service2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spotlesscoder","download_url":"https://codeload.github.com/spotlesscoder/reaperdawhub-service2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243293766,"owners_count":20268139,"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-10-12T10:31:45.419Z","updated_at":"2025-10-30T01:40:15.478Z","avatar_url":"https://github.com/spotlesscoder.png","language":"Java","readme":"# reaperdawhubservice\nThis application was generated using JHipster 4.6.2, you can find documentation and help at [https://jhipster.github.io/documentation-archive/v4.6.2](https://jhipster.github.io/documentation-archive/v4.6.2).\n\nThis is a \"microservice\" application intended to be part of a microservice architecture, please refer to the [Doing microservices with JHipster][] page of the documentation for more information.\n\nThis application is configured for Service Discovery and Configuration with the JHipster-Registry. On launch, it will refuse to start if it is not able to connect to the JHipster-Registry at [http://localhost:8761](http://localhost:8761). For more information, read our documentation on [Service Discovery and Configuration with the JHipster-Registry][].\n\n## Development\n\nTo start your application in the dev profile, simply run:\n\n    ./mvnw\n\n\nFor further instructions on how to develop with JHipster, have a look at [Using JHipster in development][].\n\n### Using angular-cli\n\nYou can also use [Angular CLI][] to generate some custom client code.\n\nFor example, the following command:\n\n    ng generate component my-component\n\nwill generate few files:\n\n    create src/main/webapp/app/my-component/my-component.component.html\n    create src/main/webapp/app/my-component/my-component.component.ts\n    update src/main/webapp/app/app.module.ts\n\n## Building for production\n\nTo optimize the reaperdawhubservice application for production, run:\n\n    ./mvnw -Pprod clean package\n\nTo ensure everything worked, run:\n\n    java -jar target/*.war\n\n\nRefer to [Using JHipster in production][] for more details.\n\n## Testing\n\nTo launch your application's tests, run:\n\n    ./mvnw clean test\n\nFor more information, refer to the [Running tests page][].\n\n## Using Docker to simplify development (optional)\n\nYou can use Docker to improve your JHipster development experience. A number of docker-compose configuration are available in the [src/main/docker](src/main/docker) folder to launch required third party services.\nFor example, to start a mariadb database in a docker container, run:\n\n    docker-compose -f src/main/docker/mariadb.yml up -d\n\nTo stop it and remove the container, run:\n\n    docker-compose -f src/main/docker/mariadb.yml down\n\nYou can also fully dockerize your application and all the services that it depends on.\nTo achieve this, first build a docker image of your app by running:\n\n    ./mvnw package -Pprod docker:build\n\nThen run:\n\n    docker-compose -f src/main/docker/app.yml up -d\n\nFor more information refer to [Using Docker and Docker-Compose][], this page also contains information on the docker-compose sub-generator (`jhipster docker-compose`), which is able to generate docker configurations for one or several JHipster applications.\n\n## Continuous Integration (optional)\n\nTo configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.\n\n[JHipster Homepage and latest documentation]: https://jhipster.github.io\n[JHipster 4.6.2 archive]: https://jhipster.github.io/documentation-archive/v4.6.2\n[Doing microservices with JHipster]: https://jhipster.github.io/documentation-archive/v4.6.2/microservices-architecture/\n[Using JHipster in development]: https://jhipster.github.io/documentation-archive/v4.6.2/development/\n[Service Discovery and Configuration with the JHipster-Registry]: https://jhipster.github.io/documentation-archive/v4.6.2/microservices-architecture/#jhipster-registry\n[Using Docker and Docker-Compose]: https://jhipster.github.io/documentation-archive/v4.6.2/docker-compose\n[Using JHipster in production]: https://jhipster.github.io/documentation-archive/v4.6.2/production/\n[Running tests page]: https://jhipster.github.io/documentation-archive/v4.6.2/running-tests/\n[Setting up Continuous Integration]: https://jhipster.github.io/documentation-archive/v4.6.2/setting-up-ci/\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotlesscoder%2Freaperdawhub-service2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspotlesscoder%2Freaperdawhub-service2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotlesscoder%2Freaperdawhub-service2/lists"}