通过Node实现的订单排号管理系统
$ cd api
$ npm install
$ npm start
运行API之前需要在本机启动MongoDB,Redis则不强制要求
$ cd www
$ npm install -g gulp bower && npm install && bower install
$ npm start
安装完成并运行后,打开浏览器访问http://localhost:9000
即可!
通过Node实现的订单排号管理系统
$ cd api
$ npm install
$ npm start
运行API之前需要在本机启动MongoDB,Redis则不强制要求
$ cd www
$ npm install -g gulp bower && npm install && bower install
$ npm start
安装完成并运行后,打开浏览器访问http://localhost:9000
即可!