{"id":20710883,"url":"https://github.com/entur/abzu","last_synced_at":"2025-04-23T06:21:34.839Z","repository":{"id":37271109,"uuid":"58920689","full_name":"entur/abzu","owner":"entur","description":"Front-end for the stop place registry, Tiamat","archived":false,"fork":false,"pushed_at":"2025-04-17T21:01:03.000Z","size":11654,"stargazers_count":7,"open_issues_count":18,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-18T07:54:42.378Z","etag":null,"topics":["javascript","react","ror","stopplaces","tiamat"],"latest_commit_sha":null,"homepage":"https://stoppested.entur.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"eupl-1.2","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/entur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2016-05-16T09:34:07.000Z","updated_at":"2025-04-17T21:01:05.000Z","dependencies_parsed_at":"2024-03-29T01:31:17.410Z","dependency_job_id":"d0e35769-94bd-4586-8c83-99202d21efa2","html_url":"https://github.com/entur/abzu","commit_stats":null,"previous_names":[],"tags_count":562,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entur%2Fabzu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entur%2Fabzu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entur%2Fabzu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/entur%2Fabzu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/entur","download_url":"https://codeload.github.com/entur/abzu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250380555,"owners_count":21420971,"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":["javascript","react","ror","stopplaces","tiamat"],"created_at":"2024-11-17T02:13:27.036Z","updated_at":"2025-04-23T06:21:34.796Z","avatar_url":"https://github.com/entur.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Abzu [![Build and deploy](https://github.com/entur/abzu/actions/workflows/build.yml/badge.svg)](https://github.com/entur/abzu/actions/workflows/build.yml)\n\nStop place register frontend.\nUses stop place register backend tiamat's graphQL API\n\nThe app is built on top of [Create React App](https://create-react-app.dev/docs/getting-started).\n\n### Configuration\n\nConfiguration is bootstrapped from /bootstrap.json, when the app loads. You should \nadd your environment-specific config to the deployment, along with the built static\nfiles (i.e. in the build/ folder).\n\nFor local development, add a bootstrap.json file to the public/ folder.\n\nSee src/config/ConfigContext.ts for the shape of the configuration.\n\n## Development\n\nTo run Abzu for development, simply do:\n\n```\nnpm install\nnpm start\n```\n\nNote: This will launch the application with hot reload enabled.\n\nDefault port in development is _9000_. This can be overridden by setting the environment\nvariable `PORT`.\n\nTo override timatBaseURL (GraphQL endpoint), set `VITE_REACT_APP_TIAMAT_BASE_URL` as environment variables.\n\n### Testing\n\nUses [Jest](https://facebook.github.io/jest/) to test unit and reducer testing\n\n```\nnpm test\n```\n\n## Authentication\n\nUses OIDC for authentication. This solution is agnostic to which authentication provider you use.\n\nExample configuration (works with Auth0):\n\n```json\n{\n    \"oidcConfig\": {\n      \"authority\": \"https://\u003cauthentication domain\u003e\",\n      \"client_id\": \"\u003cclient id\u003e\",\n      \"extraQueryParams\": {\n        \"audience\": \"\u003cexample audience\u003e\"\n      }\n    }\n}\n  ```\n\nFor full configuration reference, see [oidc-client-ts documentation](https://authts.github.io/oidc-client-ts/interfaces/UserManagerSettings.html).\n\n### Themes\n\nDefault theme is found in `./config/default` .\n\n#### Add custom theme\n\n* Create new directory: `./config/themes/{YOUR_THEME_NAME}`\n* Add `logo.png` to `./config/themes/{YOUR_THEME_NAME}`\n* Add `index.js` with custom fyles (cf. `defaultTheme.js`)\n* Set `process.env.REACT_APP_THEME={YOUR_THEME_NAME}`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentur%2Fabzu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentur%2Fabzu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentur%2Fabzu/lists"}