feat: 初始化前后端项目

This commit is contained in:
2025-12-10 13:54:05 +08:00
parent dbc0e5ab23
commit bc2d1bd4f2
25 changed files with 906 additions and 0 deletions

15
apps/backend/README.md Normal file
View File

@@ -0,0 +1,15 @@
# backend
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.4. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.