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: about 2 months 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-18T05:37:46.000Z (12 months ago)
- Last Synced: 2024-01-30T00:59:50.671Z (11 months ago)
- Topics: api, bun, hono
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- 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
```