# weige-server **Repository Path**: evahog/weige-server ## Basic Information - **Project Name**: weige-server - **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-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 项目名称 - nodeServer ### 项目简介 - 一个node服务器的基本服务 ### 目的 - 快速搭建一个简单的基础的node服务 ### 环境要求 - nodejs(7.6+) - mongodb(2.6+) ### 安装及开始 ~~~ $ git clone https://github.com/Evahog33/nodeServer.git $ cd nodeServer $ npm install $ npm install nodemon -g # serve with hot reload at localhost:9090 $ npm start ~~~ ### 目录结构 - api 定义接口(接口都写在这个文件夹里) - model/model.js 定义数据库 - public 提供静态文件 - app.js 项目入口文件