Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mullayam/bun-honojs-rest-api-starter

BunJS + Hono api starter boilerplate with (prisma /typeorm) + gql + trpc routers etc
https://github.com/mullayam/bun-honojs-rest-api-starter

Last synced: 8 days ago
JSON representation

BunJS + Hono api starter boilerplate with (prisma /typeorm) + gql + trpc routers etc

Awesome Lists containing this project

README

        

To install dependencies:
```sh
bun install
```

To run:
```sh
bun run dev
```

open http://localhost:3000