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

https://github.com/rifandani/deno-oak-rest

Simple REST API server using Deno + Oak
https://github.com/rifandani/deno-oak-rest

deno denon oak

Last synced: 3 months ago
JSON representation

Simple REST API server using Deno + Oak

Awesome Lists containing this project

README

          

# Deno REST API

> Membangun Simple RESTful API berbasis Deno + Oak + Denon

## Prerequisites

Prasyaratnya yaitu:

- Download dan Install Deno
- Install Denon
- Set Denon in ENV PATH

## Installation

Silahkan clone repo ini dan lakukan:

```bash
# clone repo
git clone https://github.com/rifandani/deno-oak-rest.git

# masuk ke app's directory
cd deno-oak-rest
```

## Usage

Jalankan aplikasi dengan command:

```bash
# jalankan aplikasi mode development dengan package denon
denon start
```