An open API service indexing awesome lists of open source software.

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

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.