https://github.com/marisiromanillos/bunapi
API built with Bun, Typescript, Hono -> CRUD operations
https://github.com/marisiromanillos/bunapi
bun crud-api hono typescript
Last synced: 2 months ago
JSON representation
API built with Bun, Typescript, Hono -> CRUD operations
- Host: GitHub
- URL: https://github.com/marisiromanillos/bunapi
- Owner: marisiromanillos
- Created: 2025-02-06T09:28:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T08:41:52.000Z (about 1 year ago)
- Last Synced: 2025-06-10T02:06:16.032Z (about 1 year ago)
- Topics: bun, crud-api, hono, typescript
- Language: TypeScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# bun-hono
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.