twMovie js大法好!node+mongoDB的电影网站。 主要的models有用户,电影,电影类别,评论四大模块。 同时具有后台管理系统,可以对电影进行编辑和查看。 #安装 使用前确保你已经安装了nodejs或者iojs了 使用npm install -g bower安装bower前端文件管理器 运行bower install安装项目前端框架 npm install安装node包依赖 使用命令node app.js或者直接grunt就可以运行了,在本地测试端口号为3000 测试 本地首页:http://localhost:3000 本地详细页面:http://localhost:3000/movie/id(确保你已经新建电影) 后台管理页面:http://localhost:3000/admin/movie/list 电影录入页面:http://localhost:3000/admin/movie/new 用户登录页面:http://localhost:3000/signin 用户登录注册:http://localhost:3000/signup 用户列表页面:http://localhost:3000/admin/user/list 电影类别录入:http://localhost:3000/admin/category/new...
| Stars | 39 |
| Forks | 6 |
| Language | JavaScript |
| Category | AI Tool |
| Quality Score | 41.3209976906828/100 |
| Last Updated | 2018-01-17 |
| Created | 2015-01-22 |
| Platforms | node |
| Est. Tokens | ~13k |
Explore other popular ai tool tools:
twMovie is 通过nodejs作为后端语言写的一个电影网站(Node.js+Express4+MongoDB+Jade). It is categorized as a AI Tool with 39 GitHub stars.
twMovie is primarily written in JavaScript.
You can find installation instructions and usage details in the twMovie GitHub repository at github.com/tw93/twMovie. The project has 39 stars and 6 forks, indicating an active community.