{"id":22379552,"url":"https://github.com/luispagarcia/deno-rest","last_synced_at":"2026-05-19T19:03:57.376Z","repository":{"id":124196405,"uuid":"266394675","full_name":"LuisPaGarcia/deno-rest","owner":"LuisPaGarcia","description":"A simple example how to make an REST API CRUD in Deno","archived":false,"fork":false,"pushed_at":"2020-05-23T18:31:02.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T00:41:15.316Z","etag":null,"topics":["api","deno","rest","rest-api","typescript"],"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/LuisPaGarcia.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-23T18:20:13.000Z","updated_at":"2020-05-23T18:31:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"887ed202-6d02-4b19-8b01-2785a2f2129e","html_url":"https://github.com/LuisPaGarcia/deno-rest","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/LuisPaGarcia%2Fdeno-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisPaGarcia%2Fdeno-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisPaGarcia%2Fdeno-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisPaGarcia%2Fdeno-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuisPaGarcia","download_url":"https://codeload.github.com/LuisPaGarcia/deno-rest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245718779,"owners_count":20661161,"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":["api","deno","rest","rest-api","typescript"],"created_at":"2024-12-04T23:10:28.690Z","updated_at":"2026-05-19T19:03:57.332Z","avatar_url":"https://github.com/LuisPaGarcia.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## rest-deno\n\nA simple example how to make an REST API CRUD in Deno\n\n1. Clone the repo\n2. You must have Deno 1.0 version or superior.\n\n### Using Deno:\n\n```sh\ndeno upgrade --version 1.0.2\n```\n\n### With Shell:\n\n```sh\ncurl -fsSL https://deno.land/x/install/install.sh | sh -s v1.0.2\n```\n\n### With PowerShell:\n\n```sh\niwr https://deno.land/x/install/install.ps1 -useb -outf install.ps1; .\\install.ps1 v1.0.2\n```\n\n3. Run the `./apis/index.ts` file.\n\nYou will have to add the permission for `net` use adding `--allow-net` flag.\n\nYou will have to add the permission for `env` use adding `--allow-env` flag.\n\n```sh\n$ deno run --allow-env --allow-net ./api/index.ts\n```\n\n\u003cimg src=\"https://raw.githubusercontent.com/LuisPaGarcia/deno-rest/master/screen.png\"\n     alt=\"terminal example\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluispagarcia%2Fdeno-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluispagarcia%2Fdeno-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluispagarcia%2Fdeno-rest/lists"}