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

https://github.com/imsyy/linkbookapi

一个采用 Node.js 的书签管理 api
https://github.com/imsyy/linkbookapi

Last synced: over 1 year ago
JSON representation

一个采用 Node.js 的书签管理 api

Awesome Lists containing this project

README

          

# LinkbookApi

一个采用 Node.js 的书签管理 api

[API 文档](https://www.apifox.cn/apidoc/shared-152aff39-4070-4ef7-8a53-d03940c5e2f3)

### 技术栈

- Node.js
- Koa
- MySQL

### 部署

- 进入项目目录,执行 `pnpm install` 安装依赖包
- 根据需要配置 `.env` 文件中的数据库信息
- 执行 `pnpm run start` 启动项目