Files
FastGPT/admin/README.md
2023-06-09 14:13:25 +08:00

16 lines
451 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## fastgpt-admin
原作地址https://github.com/c121914yu/FastGPT/
## 项目原理
使用tushan项目做前端然后构造了一个与mongodb做沟通的API做后端可以做到创建、修改和删除用户
## 使用方法
1. 修改根目录下的server.js文件中的mongodb数据库连接地址。
2. pnpm i && pnpm dev
3. 默认账号密码为tushan
## 可能会有的功能
1. 对接数据库中的其他数据
2. tokens充值功能