许愿墙前台程序(node+express+mysql)
- 学习express 使用express-generator脚手架搭建应用程序
- 学习art-template 使用art-template替换express默认模板引擎pug(jade)
- 学习async 使用async进行异步处理方法
- 学习mysql2 使用mysql2进行数据库配置、操作
- 学习sequelize 使用sequelize进行数据库映射
- 学习nodemon使用自动化监控node运行
下载项目文件夹后,先安装依赖
npm install
然后
npm start
即可。
许愿墙前台程序访问地址是 http://localhost:8848