Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tr1sm0s1n/bun-graphql-api

Simple API demonstrating CRUD operations in TypeScript with Bun and GraphQL.
https://github.com/tr1sm0s1n/bun-graphql-api

api bun crud graphql typescript

Last synced: 16 days ago
JSON representation

Simple API demonstrating CRUD operations in TypeScript with Bun and GraphQL.

Awesome Lists containing this project

README

        

# Bun-GraphQL-API

Simple API demonstrating CRUD operations in TypeScript with Bun and GraphQL.

## 🛠 Built With

[![Bun Badge](https://img.shields.io/badge/Bun-000?logo=bun&logoColor=fff&style=for-the-badge)](https://bun.sh/)
[![GraphQL Badge](https://img.shields.io/badge/GraphQL-E10098?logo=graphql&logoColor=fff&style=for-the-badge)](https://graphql.org/)
[![TypeScript Badge](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=fff&style=for-the-badge)](https://www.typescriptlang.org/)

## ⚙️ Run Locally

Clone the project

```bash
git clone https://github.com/tr1sm0s1n/bun-graphql-api.git
cd bun-graphql-api
```

Install Bun

```bash
curl -fsSL https://bun.sh/install | bash
```

Install dependencies

```bash
bun install
```

Start the application

```bash
bun run dev
```

Open [browser](http://localhost:4000) for queries and mutations.