Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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