使用 Nodejs (Express) 编写的团体订餐程序
Canku is a multi-user food ordering program written in Node.js, utilizing Express and Mongoskin modules, with MongoDB for storage. The program allows for user login, shop registration, menu editing (adding, deleting, modifying), menu features specific delivery days (e.g., Monday, Tuesday), category support for menus, differentiation between morning and afternoon orders, order statistics displayed at 3 pm, and luck value feature for each order. The user with the lowest luck value of the day is responsible for calling in orders. Users can cancel orders, but their luck value remains active for the day if they have already placed an order.
Canku is a Node.js-based food ordering program that offers user authentication, shop registration, and menu management capabilities. The program allows for customization of menus, including setting specific delivery days and categorizing items. Although still under development, Canku presents a potential solution for managing multi-user food ordering systems.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.