# node-ink **Repository Path**: Nightink/node-ink ## Basic Information - **Project Name**: node-ink - **Description**: node.js 个人开发骨架 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 7 - **Created**: 2013-07-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ======== ##Node-Ink * `expressjs`框架学习 * `node.js` 个人项目开发文件结构目录 * 开发模版骨架 ### 文件夹结构说明 * routes/ 文件夹负责路由订制 * controllers/ 文件夹负责业务逻辑处理 * models/ 文件夹负责存放数据结构模型 * public/ 前端文件存放目录 * lib/ 存放工具模块 * views/ 存在模版文件 =============