{"id":45402922,"url":"https://github.com/ottenwbe/recipes-manager-ui","last_synced_at":"2026-02-21T20:20:03.999Z","repository":{"id":39744287,"uuid":"273780603","full_name":"ottenwbe/recipes-manager-ui","owner":"ottenwbe","description":"UI for recipes-manager application","archived":false,"fork":false,"pushed_at":"2025-09-01T06:35:09.000Z","size":2066,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T08:56:11.585Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ottenwbe.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-20T20:36:45.000Z","updated_at":"2021-12-23T12:02:43.000Z","dependencies_parsed_at":"2023-10-15T14:57:28.735Z","dependency_job_id":"a50fa383-5ee9-4280-8177-641d4bfa4955","html_url":"https://github.com/ottenwbe/recipes-manager-ui","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ottenwbe/recipes-manager-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottenwbe%2Frecipes-manager-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottenwbe%2Frecipes-manager-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottenwbe%2Frecipes-manager-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottenwbe%2Frecipes-manager-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ottenwbe","download_url":"https://codeload.github.com/ottenwbe/recipes-manager-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ottenwbe%2Frecipes-manager-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29692205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"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":[],"created_at":"2026-02-21T20:20:03.281Z","updated_at":"2026-02-21T20:20:03.990Z","avatar_url":"https://github.com/ottenwbe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recipes-manager-UI\n\n[![Build](https://github.com/ottenwbe/recipes-manager-ui/actions/workflows/node.js.yml/badge.svg)](https://github.com/ottenwbe/recipes-manager-ui/actions/workflows/node.js.yml)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ottenwbe/recipes-manager-ui/blob/master/LICENSE)\n[![Known Vulnerabilities](https://snyk.io/test/github/ottenwbe/recipes-manager-ui/badge.svg)](https://snyk.io/test/github/ottenwbe/recipes-manager-ui)\n\nUser Interface to manage recipes with [recipes-manager](https://github.com/ottenwbe/recipes-manager).\nHow to use the UI in k8s together with all related components, is explained here: [Deployment](https://github.com/ottenwbe/recipes-manager-deployment).\n\n# Getting Started - Basic Deployment and Configuration\n\nBefore you start, ensure that npm is installed.\n\n1. _Get the Code_\n\n    ```\n    git clone https://github.com/ottenwbe/recipes-manager-ui.git\n    ```\n\n1. _Configure the strings of the App_. A strings.json file is used to configure the texts displayed in the UI. Configuration happens at _build time_.\n\n    ```json\n    {\n        \"appName\": \"theAppName\",\n        \"pageHeader\" : {\"sub\" : \"theSubHeader\"},\n        \"footer\" : {\"text\": \"theFooter\"},\n        \"welcome\" : \"theWelcomeText\",\n        \"welcomesSub\" : \"theWelcomeSub\"\n    }\n    ```\n\n1. _Start the app with npm_\n\n    ```sh\n    npm i\n    npm run build\n    npm start\n    ```\n\n    \n1.   _Open_ [http://localhost:3000](http://localhost:3000) to view it in the browser. Note, the app assumes that recipes-manager runs already\n\n\n# Development\n\nThis project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) and migrated to [Next.js](https://nextjs.org/).\n\n## Start\n\n    `npm run dev`\n\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://   localhost:3000) to view it in the browser.\nThe page will reload if you make edits\u003cbr\u003e\nYou will also see any lint errors in the   console.\n\n## Test \n\nNOTE: REQUIRES REWORK\n\n    `npm test`\n\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n## Build\n\n### Build App \n\n    `npm run build`\n\nBuilds the app for production to the `.next` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\n### Build Docker Container\n\n    docker build -t \"recipes-manager-ui:SNAPSHOT\" -f Dockerfile .\n\nWhile building the docker container, all dpendencies are installed. The app, however, is built when starting the container to reflect changes to the environment variables.\n\n### Build Scripts\n\nAll build scripts are found in scripts directory.\n\n```\n.\n├── docker_buildx.sh \n├── make_docker_for_minikube.sh\n├── make_snapshot.sh\n└── push_docker.sh\n```\n\n* docker_buildx.sh \u003cshould_push\u003e\n\n    Opinionated way to build the docker image for arm and amd64. This multi-arch build it relies on buildx. The version is determined by a git tag and written to ```package.json``` (e.g., 0.1.0) as well as tagged to the docker image (e.g., v0.1.0). It is tailored for the CI/CD pipelines.\n\n* make_docker_for_minikube.sh\n\n    Builds a container with a development tag and pushes it to a local minikube registry.\n\n### Release Process\n\nRead the current version:\n\n```sh\nnode -p -e \"require('./package.json').version\"\n```\n\nFix the version in the repository, i.e., with semver.\n\n```sh\nsemver $(node -p -e \"require('./package.json').version\") -i minor\n```\n\nThen simply tag the git repository with the next version. This triggers the release pipeline.\n\n```sh\ngit tag v1.2.3\ngit push origin v1.2.3\n```\n\n## Disclaimer\n\nI created this project for the purpose of educating myself and personal use. If you are interested in the outcome, feel free to contribute; this work is published under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fottenwbe%2Frecipes-manager-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fottenwbe%2Frecipes-manager-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fottenwbe%2Frecipes-manager-ui/lists"}