Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-01T08:38:47.000Z (8 months ago)
- Last Synced: 2024-12-17T03:35:38.699Z (21 days 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.