https://github.com/bujosa/diya
This is a simple API for undestand HONO
https://github.com/bujosa/diya
api bun hono
Last synced: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T05:37:46.000Z (over 2 years ago)
- Last Synced: 2025-03-11T10:53:20.299Z (over 1 year 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
```