Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hubwiz/example-node
node.js example project.
https://github.com/hubwiz/example-node
Last synced: 2 months ago
JSON representation
node.js example project.
- Host: GitHub
- URL: https://github.com/hubwiz/example-node
- Owner: hubwiz
- Created: 2015-01-26T03:25:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T06:05:08.000Z (6 months ago)
- Last Synced: 2024-08-03T09:11:25.292Z (6 months ago)
- Language: JavaScript
- Size: 1.78 MB
- Stars: 307
- Watchers: 43
- Forks: 208
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - example-node
README
# example-node
一个简单的电商网站demo,使用了nodejs, express, mongodb, mongoose等功能模块。实现功能:
1. 注册
2. 登录3. 添加商品
4. 加入购物车和结算
欢迎到[汇智网](http://www.hubwiz.com)学习[《node.js实战》](http://www.hubwiz.com/course/549a704f88dba0136c371703/)课程。
使用说明:
1. 启动mongodb;
2. 启动项目: 在命令行窗口 cd 到项目目录,输入: node app.js
然后就可以通过 http://localhost:3000 访问了。