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: about 1 year ago
JSON representation
Simple API demonstrating CRUD operations in TypeScript with Bun and GraphQL.
- Host: GitHub
- URL: https://github.com/tr1sm0s1n/bun-graphql-api
- Owner: tr1sm0s1n
- License: mit
- Created: 2023-09-07T15:35:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T11:30:31.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T10:07:16.073Z (about 1 year ago)
- Topics: api, bun, crud, graphql, typescript
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bun-GraphQL-API
Simple API demonstrating CRUD operations in TypeScript with Bun and GraphQL.
## 🛠 Built With
[](https://bun.sh/)
[](https://graphql.org/)
[](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.