Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 930 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 930 Bytes

order-manager

通过Node实现的订单排号管理系统

Screen shot

Features

UI

API

Getting Started

API

$ cd api
$ npm install
$ npm start

运行API之前需要在本机启动MongoDB,Redis则不强制要求

UI

$ cd www
$ npm install -g gulp bower && npm install && bower install
$ npm start

安装完成并运行后,打开浏览器访问http://localhost:9000即可!

License

GPL V3