An open API service indexing awesome lists of open source software.

https://github.com/adeiskandarzulkarnaen/bun-hono-randomquotesapi

Belajar Bun Hano - Dasar
https://github.com/adeiskandarzulkarnaen/bun-hono-randomquotesapi

bunjs honojs prisma-orm

Last synced: about 1 month ago
JSON representation

Belajar Bun Hano - Dasar

Awesome Lists containing this project

README

        

Setup Project:
```text
config .env
```
```sh
bun install
bun run migrate:up
bun run build
bun run start
```

open http://localhost:3000

example request is in the .docs folder