# Student-Express-MongoDB **Repository Path**: litong-zero/Student-Express-MongoDB ## Basic Information - **Project Name**: Student-Express-MongoDB - **Description**: 完成功能:实现对“学生信息”的增删改查。并且实现了数据持久化。数据库为MongoDB。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2019-01-17 - **Last Updated**: 2024-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js学生管理系统(Express+MongoDB) ## 1、初始化项目 ``` npm i ``` ## 2、运行 ``` node app.js ``` ## 3、项目涉及到的包 ``` Express框架 npm i -S express 模板引擎 npm i -S art-template 模板引擎与Express的关联包 npm i -S express-art-template post请求解析工具 npm i -S body-parser mongoose第三方包 npm i -S mongoose ``` --------------------- 作者:LitongZero 来源:CSDN 原文:https://blog.csdn.net/LitongZero/article/details/81604185 版权声明:本文为博主原创文章,转载请附上博文链接!