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

https://github.com/capaj/bun-graphql-sample-server


https://github.com/capaj/bun-graphql-sample-server

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# bun-graphql

To install dependencies:

```bash
# bun install
npm install
```

To run:

```bash
bun run server.ts
```

This project was created using `bun init` in bun v0.6.14. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.