https://github.com/tr1sm0s1n/bun-elysia-api
Simple API demonstrating CRUD operations in TypeScript with Bun and Elysia.
https://github.com/tr1sm0s1n/bun-elysia-api
api bun crud elysia rest-api typescript
Last synced: 12 months ago
JSON representation
Simple API demonstrating CRUD operations in TypeScript with Bun and Elysia.
- Host: GitHub
- URL: https://github.com/tr1sm0s1n/bun-elysia-api
- Owner: tr1sm0s1n
- Created: 2023-07-21T14:31:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T15:13:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T22:33:52.398Z (about 1 year ago)
- Topics: api, bun, crud, elysia, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun-Elysia-API
Simple API demonstrating CRUD operations in TypeScript with Bun and Elysia.
## 🛠 Built With
[](https://bun.sh/)
[](https://elysiajs.com/)
[](https://www.typescriptlang.org/)
## ⚙️ Run Locally
Clone the project
```bash
git clone https://github.com/tr1sm0s1n/bun-elysia-api.git
cd bun-elysia-api
```
Install Bun
```bash
curl -fsSL https://bun.sh/install | bash
```
Install dependencies
```bash
bun install
```
Test the application
```bash
bun test
```
Start the application
```bash
bun dev
```
Open [browser](http://127.0.0.1:8080/swagger) for the API documentation.