order-manager 通过Node实现的订单排号管理系统 Features UI Angularjs - 前端开发框架 Sass - CSS预处理器 Gulp - 项目构建工具 API Express - Node Web框架 MongoDB - NoSQL数据库 Redis - 内存数据库(用作缓存) 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