Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ab70/hono-graphql-api
A graphQL boilerplate with authentication & cookie.
https://github.com/ab70/hono-graphql-api
bunjs graphql graphql-yoga honojs
Last synced: 5 days ago
JSON representation
A graphQL boilerplate with authentication & cookie.
- Host: GitHub
- URL: https://github.com/ab70/hono-graphql-api
- Owner: ab70
- Created: 2024-05-22T18:34:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T09:20:16.000Z (7 months ago)
- Last Synced: 2024-05-29T00:38:16.296Z (7 months ago)
- Topics: bunjs, graphql, graphql-yoga, honojs
- Language: TypeScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- 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
```To run drizzle-kit studio:
```
bunx drizzle-kit studio --port 3001 --verbose
```To generate migration file:
```
bun run db:generate
```To generate push file:
```
bun run db:push
```open http://localhost:3000