{"id":20768148,"url":"https://github.com/softwaremill/adopt-tapir","last_synced_at":"2025-04-30T11:23:50.894Z","repository":{"id":37442390,"uuid":"492824756","full_name":"softwaremill/adopt-tapir","owner":"softwaremill","description":"A quickstart generator for Tapir projects","archived":false,"fork":false,"pushed_at":"2025-04-30T00:28:46.000Z","size":2251,"stargazers_count":17,"open_issues_count":18,"forks_count":4,"subscribers_count":22,"default_branch":"main","last_synced_at":"2025-04-30T01:28:29.369Z","etag":null,"topics":["generator","scala","tapir"],"latest_commit_sha":null,"homepage":"https://adopt-tapir.softwaremill.com","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softwaremill.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,"zenodo":null}},"created_at":"2022-05-16T12:26:30.000Z","updated_at":"2025-04-30T00:28:48.000Z","dependencies_parsed_at":"2023-02-15T08:15:51.312Z","dependency_job_id":"269d5cc9-34a0-4b73-a25d-f36d42ec8ac1","html_url":"https://github.com/softwaremill/adopt-tapir","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/softwaremill%2Fadopt-tapir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwaremill%2Fadopt-tapir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwaremill%2Fadopt-tapir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwaremill%2Fadopt-tapir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softwaremill","download_url":"https://codeload.github.com/softwaremill/adopt-tapir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251689233,"owners_count":21627870,"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":["generator","scala","tapir"],"created_at":"2024-11-17T11:35:54.737Z","updated_at":"2025-04-30T11:23:50.840Z","avatar_url":"https://github.com/softwaremill.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Quick start\n\n### Backend: API\n\nTo start the backend:\n\n```sh\n./backend-start.sh\n```\n\n#### Call tests\nThe project contains two types of tests unit and resource-heavy tests. The latter is limited to max 2 parallel executions\nso that they are not exhausting available resources and as a result fail with a timeout. As a result one needs to specify\nthat additional group needs to be called:\n\n```shell\nsbt ';test ;ItTest / test'\n```\n\nNote that `ItTest` can be restricted (or run in parallel) by Scala or JSON implementations e.g.\n\n```shell\nSCALA=Scala2 JSON=\"Circe,No\" sbt 'ItTest / test'\n```\n\nresults in running integration tests only for `Scala 2` configurations that JSON is either disabled (`No`) or using\n`Circe` implementation.\n\n### Frontend: webapp\n\nIn order to locally run and build frontend webapp you need to have the following tools:\n\n#### Node.js environment\n\n- [Node.js download](https://nodejs.org/en/download/) - any version above 16.0.0 will do just fine, usage of LTS are recommended\n\n#### Yarn package manager\n\n- make sure to install version 1.x (currently 1.22) as Yarn 2 enhances different philosophy and is not backwards compatible,\n- it's recommeneded to install yarn with native node package manager npm:\n\n```\nnpm install --global yarn\n```\n\n- or via the shell script:\n\n```\ncurl -o- -L https://yarnpkg.com/install.sh | bash\n```\n\nTo start the frontend:\n\n```sh\n./frontend-start.sh\n```\n\nPlease notice, that by default fronted points to the production backend.\nThis could be changed by specifying the `REACT_APP_SERVER_ADDRESS` environmental variable.\nTo start the frontend pointing to `http://localhost:9090` run:\n\n```sh\nexport REACT_APP_SERVER_ADDRESS=\"http://localhost:9090\"; ./frontend-start.sh\n```\n\n## Copyright\n\nCopyright (C) 2013-2022 SoftwareMill [https://softwaremill.com](https://softwaremill.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwaremill%2Fadopt-tapir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftwaremill%2Fadopt-tapir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwaremill%2Fadopt-tapir/lists"}