# node-miaowei **Repository Path**: amundsen-node/node-miaowei ## Basic Information - **Project Name**: node-miaowei - **Description**: 妙味的nodejs学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-08-08 - **Last Updated**: 2021-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 妙味的Nodejs学习 ### 技术框架介绍:node express mongodb 等 ### 目录结构 #### db 数据库存储目录 #### models 数据库模型文件目录 #### node_modules node第三方模块目录 #### public 公共文件目录(css、js、img...) #### routers 路由文件目录 #### schemas 数据库结构文件(schema)目录 #### views 模板视图文件目录 #### app.js 应用(启动)入口文件 #### package.json