Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bujosa/diya
This is a simple API for undestand HONO
https://github.com/bujosa/diya
api bun hono
Last synced: 21 days ago
JSON representation
This is a simple API for undestand HONO
- Host: GitHub
- URL: https://github.com/bujosa/diya
- Owner: bujosa
- License: mit
- Created: 2024-01-18T04:43:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T05:37:46.000Z (about 1 year ago)
- Last Synced: 2025-01-19T02:53:00.475Z (23 days ago)
- Topics: api, bun, hono
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```