Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mullayam/bun-honojs-rest-api-starter
- Owner: Mullayam
- Created: 2024-06-02T21:41:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T11:06:30.000Z (3 months ago)
- Last Synced: 2024-08-19T13:07:16.735Z (3 months ago)
- Language: TypeScript
- Size: 250 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To install dependencies:
```sh
bun install
```To run:
```sh
bun run dev
```open http://localhost:3000