Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adeiskandarzulkarnaen/bun-hono-randomquotesapi
https://github.com/adeiskandarzulkarnaen/bun-hono-randomquotesapi
bunjs honojs prisma-orm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adeiskandarzulkarnaen/bun-hono-randomquotesapi
- Owner: adeiskandarzulkarnaen
- Created: 2024-11-24T07:08:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T09:11:23.000Z (2 months ago)
- Last Synced: 2024-11-24T10:19:27.103Z (2 months ago)
- Topics: bunjs, honojs, prisma-orm
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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