Git Product home page Git Product logo

canku's Introduction

餐库

canku 是一个使用 nodejs 编写的多人订餐程序,使用了 express , mongoskin 模块。使用 mongodb 做存储。

餐库的功能:

  1. 用户登录、注册
  2. 店铺、菜单的增删改,菜单支持特定的送餐日(如:周一,周二)
  3. 菜单支持分类功能
  4. 单店的上下午区分的订餐统计,以15时,作上下午的区分
  5. 每订单有运气值功能,当日单店运气值最低的负责打电话点餐
  6. 用户可以取消订单,但是用户的运气值在当天依然生效(如果用户当天点了餐的话)。

目前还在完善中,演示地址: http://canku.willerce.com

部署请参考,Noderce AppFog 部署指南:http://willerce.com/post/noderce-deploy-to-appfog

简单的部署介绍

git clone [email protected]:willerce/canku.git

你需要在本机启动好 MongoDB 服务,如果需要测试数据,请看这里

复制一份global.default.js,保存为 复制一份global.js,根据注释,修改参数。

运行 npm install 安装依赖包

运行 node app.js

店铺管理管理地址: http://yourname.com/admin

如果注册时提示注册失败,请重试请检查mongodb是否在运行(例如:可通过命令mongo localhost/canku连接数据库)

添加店铺

添加店铺、菜单管理功能比较简陋,作一些介绍

  1. 店铺菜单分类,格式:数字编号#分类名|数字编号#分类名|。例如:1#商务套餐|2#营养套餐|3#其它

  2. 样式,支持店铺CSS,主要用于对菜单列数进行一些调整,例如这个1行2列

    .food-list li {width: 269px;} .food-list li:nth-child(even) {margin-right: 0; float:right;}

  3. 支持以图片的方式上传每家店铺的菜单,用户可以直接在图上戳戳以点餐,图片菜单中的菜不能算入价格。

##License

(The MIT License)

Copyright (c) 2013 willerce [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

canku's People

Contributors

iuhoay avatar layerssss avatar willerce avatar zs1621 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.