Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egrizq/hono-be
REST API with Bun, Hono, Postgres
https://github.com/egrizq/hono-be
backend bun hono honojs postgres rest-api
Last synced: 15 days ago
JSON representation
REST API with Bun, Hono, Postgres
- Host: GitHub
- URL: https://github.com/egrizq/hono-be
- Owner: egrizq
- Created: 2024-10-09T15:33:09.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2024-10-21T13:07:53.000Z (16 days ago)
- Last Synced: 2024-10-21T20:42:27.722Z (16 days ago)
- Topics: backend, bun, hono, honojs, postgres, rest-api
- Language: TypeScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hono-be
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```