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

https://github.com/encaik/wanjie-api


https://github.com/encaik/wanjie-api

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

![wanjie-api](https://socialify.git.ci/Encaik/wanjie-api/image?language=1&owner=1&name=1&stargazers=1&theme=Light)

# 万界文字修仙游戏Api

![Vercel Deploy](https://deploy-badge.vercel.app/vercel/wanjie-api)

![Alt](https://repobeats.axiom.co/api/embed/c275dcf1341463b5c8df680665bb85471f0b7994.svg "Repobeats analytics image")

## 项目运行

### 环境准备

确保已安装 Node.js (推荐版本 v20 或以上)。

### 安装依赖

``` bash
npm install
```

### 启动项目

```bash
npm run dev
```

### 常见问题

如果遇到依赖包版本冲突,请尝试清除缓存后重新安装依赖: npm cache clean --force && npm install
构建失败时检查tsconfig.json配置是否正确。

## 目录结构

app/ - 源代码存放目录

api/ - 后端代码文件夹

models/ - 类型定义文件夹

utils/ - 工具类