{"id":16376417,"url":"https://github.com/rochdev/nodejs-intro-demo","last_synced_at":"2025-10-05T19:06:35.792Z","repository":{"id":82863202,"uuid":"126490769","full_name":"rochdev/nodejs-intro-demo","owner":"rochdev","description":"Demo project for the Introduction to Node.js presentation","archived":false,"fork":false,"pushed_at":"2018-03-28T15:19:59.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T07:44:50.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rochdev.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}},"created_at":"2018-03-23T13:42:52.000Z","updated_at":"2022-07-29T02:20:03.000Z","dependencies_parsed_at":"2023-03-02T04:45:41.532Z","dependency_job_id":null,"html_url":"https://github.com/rochdev/nodejs-intro-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fnodejs-intro-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fnodejs-intro-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fnodejs-intro-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rochdev%2Fnodejs-intro-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rochdev","download_url":"https://codeload.github.com/rochdev/nodejs-intro-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970660,"owners_count":19727010,"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-11T03:24:37.249Z","updated_at":"2025-10-05T19:06:30.731Z","avatar_url":"https://github.com/rochdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js demo\n\nDemo of Node.js using a minimal server / storage implementation.\n\n## Run locally\n\n```js\nnpm install\nnpm start\n```\n\n## How to use\n\n### Insert documents\n\n```sh\ncurl -H 'Content-Type: application/json' -X POST -d '{\"name\":\"alice\"}' http://localhost:8080/docs\ncurl -H 'Content-Type: application/json' -X POST -d '{\"name\":\"bob\"}' http://localhost:8080/docs\n```\n\n### Find documents\n\n```sh\ncurl http://localhost:8080 # all documents\ncurl http://localhost:8080?name=alice # find by property value\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochdev%2Fnodejs-intro-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frochdev%2Fnodejs-intro-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frochdev%2Fnodejs-intro-demo/lists"}