[go: up one dir, main page]

Skip to content

hydemo/express-mvc

 
 

Repository files navigation

安装部署

build status codecov.io David deps node version

线上跑的是 Node.js v6.11.1, MongoDB 是 v3.4.7, Redis 是 v3.2.1。

1. 安装 `Node.js[必须]` `MongoDB[必须]` `Redis[必须]`
2. 启动 MongoDB 和 Redis
3. `$ npm install` 安装 frames 的依赖包
4.  配置文件使用方式详见 `https://github.com/lorenwest/node-config` 生成环境的配置文件 ~/config/production
5. `$ node app.js`
6. visit `http://localhost:8000`
7. done!

About

基于express框架搭建的后端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%