暴走漫画篇。node+express+mongodb+angular+ionic,模仿暴走漫画APP
描述
在cnode社区里面还是第一次分享东西,以前都是发帖问东西,所以这次也来分享分享。 最近学习angularjs,所想做个什么项目来练练手,索性想到模仿暴走漫画,第一次写angular,还请见谅。整体架构===》》客户端:angular+ionic。service端:node+express+mongoose,项目采用新特性(async/await),所以安装版本需要>=7.1.0 。好 客户端:angular+ionic 服务端:node+express+mongodb
实现点
- 登录
- 注册
- 查看帖子(全部,爆漫,趣图,视频,文字)
- 小故事
- 聊天
技术点
- express,mongoose,angularjs,ionic,redis缓存,七牛云存储,爬虫(cheerio),async,socket,async/await
INSERT
- npm install
- npm start
- 访问:http://localhost:3060/home
- 在线访问:http://139.196.32.78:3060/home
GITHUB
效果展示
6 回复
你好,我从github上把代码全clone到本地,执行npm install以后在执行npm start 报【node: bad option: --harmony_async_await】这个错误,是还需要安装其他东西?
@feotr 你node版本是多少?这个是原生的async/await.。node版本需>=7.1.0
@linkenliu 方便qq或者微信吗? 现在已经进去了,报这个错了
@linkenliu 是不是还得还原数据库?
@feotr 3245813812
@feotr 数据库采用的是mongodb。所以你首先得先启动mongodb服务,相当于你用mysql,需要启动mysql服务。