# express+mysql **Repository Path**: vmto/blog ## Basic Information - **Project Name**: express+mysql - **Description**: Just For Fun - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Express, MySQL ## README ## Blog ```bash -bin #各种工具 -routes #路由 -views #模板 -www #静态文件 server.js #启动文件(配置文件) package.json #工程文件 yarn.lock #工程文件(锁定版本) readme.md #项目描述 ## 多人登录的博客系统,但是没写完... ``` ## 暂时搁浅,研究Vue去啦^_^ ```bash # 建议用cnpm下载依赖,速度特别快 cnpm install # Server running at http://localhost:18080 npm start ```