# Student-Express-JSON **Repository Path**: litong-zero/Student-Express-JSON ## Basic Information - **Project Name**: Student-Express-JSON - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Node.js学生管理系统(Express+JSON文件) ## 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 ``` ----- 作者:LitongZero 来源:CSDN 原文:https://blog.csdn.net/LitongZero/article/details/81545870 版权声明:本文为博主原创文章,转载请附上博文链接!