0.0.3 • Published 8 years ago

node-dogz v0.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

#run server 1.cd project root

2.npm install

3.start redis service

4.npm run dev/staging/prod

5.http://localhost:8080/

#路由匹配:

product/:id --> product/111(yes) product/name(yes)

product/:id(\d+) --> product/111(yes) product/name(no) 用于匹配数字