使用 NodeJS + Express + MongoDB +上线环境部署 搭建H5抽奖活动页面
前后端一条龙服务 登录==> 注册==> 登出==> 接口请求==> 数据库==> 上线部署
http://182.254.151.85/
移动端H5项目建议用chrome模拟移动端打开
- Node.js:
6.9.1
- MongoDB:
3.2.10
- Express:
4.14.0
git clone https://github.com/se7en-1992/lottery.git
cd lottery
# install dependencies
npm install # Or yarn install*[see note below]
npm run dev