https://github.com/vectormike/oak-rest-api
REST API with Opine
https://github.com/vectormike/oak-rest-api
Last synced: 7 months ago
JSON representation
REST API with Opine
- Host: GitHub
- URL: https://github.com/vectormike/oak-rest-api
- Owner: Vectormike
- Created: 2020-12-24T01:06:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-25T15:20:03.000Z (over 5 years ago)
- Last Synced: 2025-03-28T05:43:07.812Z (about 1 year ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## REST API built with Oak(Deno) and MongoDB
A basic example of how to configure and start an Oak server.
## How to run this example
Run this example using:
```bash
deno run --allow-net --allow-read ./index.ts
```
if have the repo cloned locally _OR_
```bash
deno run --allow-net --allow-read https://raw.githubusercontent.com/Vectormike/opine/index.ts
```
if you don't.