{"id":15705316,"url":"https://github.com/brahmlower/keyvalue-server","last_synced_at":"2025-07-11T01:06:21.840Z","repository":{"id":86081559,"uuid":"457914958","full_name":"brahmlower/keyvalue-server","owner":"brahmlower","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-10T19:16:03.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T17:17:19.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/brahmlower.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}},"created_at":"2022-02-10T19:15:33.000Z","updated_at":"2022-02-10T19:16:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"95ae70b5-903c-4aea-b458-15f207259e64","html_url":"https://github.com/brahmlower/keyvalue-server","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"8ae01751e72776b6a12e8f79defbeff417af7c7e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brahmlower%2Fkeyvalue-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brahmlower%2Fkeyvalue-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brahmlower%2Fkeyvalue-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brahmlower%2Fkeyvalue-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brahmlower","download_url":"https://codeload.github.com/brahmlower/keyvalue-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246342713,"owners_count":20761938,"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-03T20:15:24.527Z","updated_at":"2025-03-30T15:43:24.033Z","avatar_url":"https://github.com/brahmlower.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# KeyValue Server\n\nThis is a small project for storing and serving in memory key-value data.\n\n## Development\n\n### Backend\n\nThe backend assumes go version 1.17.x or later. The \"build\" and \"test\" sections assume your current working direction is the `backend` directory.\n\n#### Building\n\nYou can build the binary using `go build`:\n\n```\ngo build -o bin/main main.go\n```\n\nOr build and run the binary in a single command using `go run`:\n\n```\ngo run main.go\n```\n\n(note that this doesn't auto-compile \u0026 restart when source files change like the frontend)\n\nThere is also a makefile with the targets `build` and `run` respectively for added convenience.\n\n#### Tests\n\nRun tests with a coverage profile so we can generate a report afterward\n\n```\ngo test -coverprofile=coverage.out\n```\n\nView the report:\n\n```\ngo tool cover -html=coverage.out\n```\n\n### Frontend\n\nThe frontend uses react 17 with typescript 4, and tailwindcss 3. The \"build\" section assumes your current working direction is the `frontend` directory.\n\n#### Building\n\nInstall dependencies:\n\n```\nnpm install\n```\n\nRun in development mode (this will watch for local changes and reload the app as needed)\n\n```\nnpm run start\n```\n\n## Running locally\n\nFrontend and backend artifacts are run locally using docker images. Building the\nimages and starting the containers is made easier with the `docker-compose.yml` file\nin the top of this project.\n\nTo get started, build the images:\n\n```\ndocker compose build backend\ndocker compose build frontend\n```\n\nThen start the services:\n\n```\ndocker compose start backend\ndocker compose start frontend\n```\n\nThen view the webclient at http://localhost:3000. The API is accessible at http://localhost:3001.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrahmlower%2Fkeyvalue-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrahmlower%2Fkeyvalue-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrahmlower%2Fkeyvalue-server/lists"}