Express.js 基础学习与实践 基于express完成基础的前后端交互,数据库使用sqlite3 运行 克隆仓库 git clone https://github.com/oliverustc/express-demo.git 进入项目目录 cd express-demo 安装依赖 npm install 运行项目 npm run dev 访问 http://localhost:3000