{"id":18925299,"url":"https://github.com/solutionstack/node-crud-demo","last_synced_at":"2026-04-16T18:02:59.981Z","repository":{"id":214795040,"uuid":"121289885","full_name":"solutionstack/node-crud-demo","owner":"solutionstack","description":"A Node C-R-U-D Demo with Redis in memory cache","archived":false,"fork":false,"pushed_at":"2018-02-13T07:31:57.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-12-31T17:47:14.744Z","etag":null,"topics":["crud","demo","nodejs","redis"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/solutionstack.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}},"created_at":"2018-02-12T19:13:15.000Z","updated_at":"2018-03-18T17:46:54.000Z","dependencies_parsed_at":"2023-12-30T20:37:47.343Z","dependency_job_id":"1c8402b6-5562-402d-9d4d-3fc5920afe58","html_url":"https://github.com/solutionstack/node-crud-demo","commit_stats":null,"previous_names":["solutionstack/node-crud-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fnode-crud-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fnode-crud-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fnode-crud-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solutionstack%2Fnode-crud-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solutionstack","download_url":"https://codeload.github.com/solutionstack/node-crud-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239921844,"owners_count":19718844,"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":["crud","demo","nodejs","redis"],"created_at":"2024-11-08T11:10:45.643Z","updated_at":"2025-10-05T03:03:58.038Z","avatar_url":"https://github.com/solutionstack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-crud-demo\n\n\n## A simple Node CRUD backend with redis\n\n# API\n```\n GET / =\u003e returns all stored items\n ```\n ```\n POST /api/add/:key/:value =\u003e creates a new key-value pair\n ```\n ```\n GET /api/read/:key =\u003e Read in-memory value, stored with key (IF EXISTS)\n ```\n\n ```\n POST /api/update/:key/:value =\u003e Update Value at Key entry, (IF EXISTS)\n ```\n ```\n POST /api/delete/:key =\u003e Delete entry at Key, if it EXISTS\n ```\n\n## Installation\n\n\u003e run in the project folder\n```\nnpm install\n```\n\u003e Make sure redis server is running in the background, get it here https://redis.io/download\n\n\u003e run\n```\nnode app.js\n```\n\u003e Visit http://localhost:8081\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutionstack%2Fnode-crud-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolutionstack%2Fnode-crud-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolutionstack%2Fnode-crud-demo/lists"}