{"id":22198056,"url":"https://github.com/dssagar93/denorestcrud","last_synced_at":"2026-05-06T17:32:06.313Z","repository":{"id":101411739,"uuid":"266773055","full_name":"dssagar93/DenoRestCRUD","owner":"dssagar93","description":"🦕Deno CRUD REST API Using OAK","archived":false,"fork":false,"pushed_at":"2020-05-25T12:48:00.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-17T13:32:53.948Z","etag":null,"topics":["api","crud","deno","javascript","typescript"],"latest_commit_sha":null,"homepage":"","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/dssagar93.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":"2020-05-25T12:26:40.000Z","updated_at":"2020-05-25T12:48:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"5109ff12-e9ca-4fd1-a33b-62be3c39f5dc","html_url":"https://github.com/dssagar93/DenoRestCRUD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dssagar93/DenoRestCRUD","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssagar93%2FDenoRestCRUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssagar93%2FDenoRestCRUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssagar93%2FDenoRestCRUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssagar93%2FDenoRestCRUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dssagar93","download_url":"https://codeload.github.com/dssagar93/DenoRestCRUD/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dssagar93%2FDenoRestCRUD/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273431176,"owners_count":25104487,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":["api","crud","deno","javascript","typescript"],"created_at":"2024-12-02T14:25:21.832Z","updated_at":"2025-09-19T06:24:31.538Z","avatar_url":"https://github.com/dssagar93.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Deno CRUD API\n## Fetching and manipulating array of objects for in-memory CRUD ops 🦕\n\n\n## List of features\n\n1. Crud operation on in-memory array of objects\n2. Oak framework\n\nI have impelemented the aforementioned features with the help of youtube crash course by [ Traversy Media(Bob Traversy)](https://www.youtube.com/watch?v=NHHhiqwcfRM)\n\n## Routes\n`GET` api/v1/products/ -  Get All Products \n\n`GET` api/v1/products/:id - Get Single Product By Id\n\n`POST` api/v1/products/ - Add New Product\n\n`PUT` api/v1/products/:id - Update Product By Id\n\n`DELETE` api/v1/products/:id  - Delete Product By Id\n\n\n# Run a development server\nRun `deno run --allow-net server.ts`. The '--allow-net' parameter is mandatory since Deno is a secure javascript runtime \nframework, we need to explicitly ask for the network permissions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdssagar93%2Fdenorestcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdssagar93%2Fdenorestcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdssagar93%2Fdenorestcrud/lists"}