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
- Host: GitHub
- URL: https://github.com/rifandani/deno-oak-rest
- Owner: rifandani
- Created: 2021-02-07T14:08:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T14:16:05.000Z (over 4 years ago)
- Last Synced: 2025-05-29T19:58:38.203Z (5 months ago)
- Topics: deno, denon, oak
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```