https://github.com/lassejlv/supabase-hono-api
Simple hono api with supabase and docker ready-to-go!
https://github.com/lassejlv/supabase-hono-api
bun docker supabase supabase-js typescript
Last synced: 5 months ago
JSON representation
Simple hono api with supabase and docker ready-to-go!
- Host: GitHub
- URL: https://github.com/lassejlv/supabase-hono-api
- Owner: lassejlv
- Created: 2024-04-30T17:19:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T08:38:47.000Z (about 2 years ago)
- Last Synced: 2025-04-01T20:00:59.883Z (about 1 year ago)
- Topics: bun, docker, supabase, supabase-js, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# supabase-hono-api
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v1.1.6. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.