Canku

screenshot of Canku
express

使用 Nodejs (Express) 编写的团体订餐程序

Overview:

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.

Features:

  • User Authentication: Enables user login functionality.
  • Shop Registration: Allows users to register their shops.
  • Menu Management: Supports adding, deleting, and updating menu items, with features like specific delivery days and categorization.

Summary:

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
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.