https://github.com/mejanh/web-api-deno
Source code and explanation with details to create a REST Web API with Deno and Oak Framework.
https://github.com/mejanh/web-api-deno
backend deno insomnia oak rest-api typescript web-api
Last synced: about 1 month ago
JSON representation
Source code and explanation with details to create a REST Web API with Deno and Oak Framework.
- Host: GitHub
- URL: https://github.com/mejanh/web-api-deno
- Owner: MejanH
- Created: 2020-09-05T11:29:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T14:33:53.000Z (almost 6 years ago)
- Last Synced: 2025-07-31T11:55:15.470Z (11 months ago)
- Topics: backend, deno, insomnia, oak, rest-api, typescript, web-api
- Language: TypeScript
- Homepage: https://alhaqi.com/blog/rest-api-with-deno
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API with Deno
Blog Post Link: [https://alhaqi.com/blog/rest-api-with-deno](https://alhaqi.com/blog/rest-api-with-deno)
### Technology used:
- Deno
- Oak
- Typescript
- Insomnia Core
- VS Code
## Table of Contents
- [What is Middleware](https://alhaqi.com/blog/rest-api-with-deno#what-is-middleware-in-deno)
- [Making the Deno REST API](https://alhaqi.com/blog/rest-api-with-deno#building-backend-web-api-with-deno)
- [Top-Level `await` in Deno](https://alhaqi.com/blog/rest-api-with-deno#what-is-the-top-level-await-feature-in-deno)
- [Localhost server in Deno](https://alhaqi.com/blog/rest-api-with-deno#what-is-localhost-in-deno)
- [How to test web API](https://alhaqi.com/blog/rest-api-with-deno#how-to-test-your-web-api)
- [JSON data from Deno REST API](https://alhaqi.com/blog/rest-api-with-deno#passing-an-array-from-deno-server-to-client)