使用文档 项目依赖 node, mongodb 如何启动 1、启动数据库,在 mongodb 安装目录的/bin下启动命令 mongod --dbpath 项目数据库路径 2、启动server nodemon server/app.js 3、启动项目 yarn start