Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bujosa/diya

This is a simple API for undestand HONO
https://github.com/bujosa/diya

api bun hono

Last synced: about 2 months ago
JSON representation

This is a simple API for undestand HONO

Awesome Lists containing this project

README

        

# diya
This is a simple API for undestand HONO

## Technologies

This project is built with:

- [Bun](https://github.com/leapfrogtechnology/bun) - A modern JavaScript runtime like Node.js
- [Hono](https://github.com/honots/hono) - A minimalist web framework for Node.js

## Installation

```bash
bun install
```

## Running the app

```bash
bun run dev
```

## Deployment

```bash
bun run deploy
```