{"id":20631275,"url":"https://github.com/fuad1502/kibi-spring","last_synced_at":"2026-05-14T12:32:30.294Z","repository":{"id":226532689,"uuid":"705700016","full_name":"fuad1502/kibi-spring","owner":"fuad1502","description":"KIBI ⌨️ is a simple typing test web application. Built with React ⚛️ and Spring Boot 🍃. KIBI ⌨️ is live on kibi.fuadismail.com.","archived":false,"fork":false,"pushed_at":"2024-03-09T13:16:20.000Z","size":2252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T08:06:40.167Z","etag":null,"topics":["spring-boot","typingspeedtest"],"latest_commit_sha":null,"homepage":"http://kibi.fuadismail.com","language":"Java","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/fuad1502.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":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":"2023-10-16T14:22:07.000Z","updated_at":"2024-03-08T08:43:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"cfbe13f5-1fd5-4117-98c0-11c46de03d04","html_url":"https://github.com/fuad1502/kibi-spring","commit_stats":null,"previous_names":["fuad1502/kibi-spring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fuad1502/kibi-spring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi-spring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi-spring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi-spring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi-spring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuad1502","download_url":"https://codeload.github.com/fuad1502/kibi-spring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuad1502%2Fkibi-spring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33024950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["spring-boot","typingspeedtest"],"created_at":"2024-11-16T14:11:46.650Z","updated_at":"2026-05-14T12:32:30.270Z","avatar_url":"https://github.com/fuad1502.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KIBI ⌨️\n\n**KIBI** ⌨️ is a simple typing test web application. Built with [**React**](https://react.dev/) ⚛️ and [**Spring Boot**](https://spring.io/projects/spring-boot) 🍃. **KIBI** ⌨️ is live on [kibi.fuadismail.com](http://kibi.fuadismail.com).\n\n\u003cimg src=https://github.com/fuad1502/kibi/blob/master/doc/kibi.gif width=500px max-width=100%\u003e\n\nThis repository contains the backend source. Refer to [kibi](https://github.com/fuad1502/kibi) for the front-end.\n\n## Words dataset\n\nThe words are randomly selected from the [English Word Frequency](https://www.kaggle.com/datasets/rtatman/english-word-frequency) dataset weighted by it's frequency.\n\n## Build \u0026 Deploy\n\n### Prerequisites\n\n- [**Podman**]() 🦭 / [**Docker**]() 🐋\n\nThe following steps assumes you're using **Podman**. If you want to use **Docker** instead, simply change every `docker` keyword with `podman`.\n\n### Steps\n\n```\ngit clone https://github.com/fuad1502/kibi.git\ngit clone https://github.com/fuad1502/kibi-spring.git\n```\n\nEdit `REACT_APP_API_ADDR` in the `.env` file inside `kibi/` according to the URL where you want to deploy your backend. In the following example, we assume you deploy it to `http://localhost:8080`.\n\nNext, set the following environment variables according to your deployment environment. For example, in Linux:\n\n```sh\nexport KIBI_IP_ADDR=127.0.0.1\nexport KIBI_PORT=80\nexport KIBI_HOSTNAME=http://localhost\nexport KIBISPRING_IP_ADDR=127.0.0.1\nexport KIBISPRING_PORT=8080\n```\n\n```sh\ncd kibi\npodman build -t kibi .\npodman run -d -p $KIBI_IP_ADDR:$KIBI_PORT:3000 kibi\ncd ../kibi-spring\npodman build -t kibi-spring .\npodman run -d -p $KIBISPRING_IP_ADDR:$KIBISPRING_PORT:8080 -e CORS_ORIGIN=$KIBI_HOSTNAME kibi-spring\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuad1502%2Fkibi-spring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuad1502%2Fkibi-spring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuad1502%2Fkibi-spring/lists"}