Skip to content

爱食堂是一款提供菜品打分、点赞、评论和讨论平台的微信小程序,后端采用Serverless架构实现。

License

Notifications You must be signed in to change notification settings

TimeGarage/iCanteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

爱食堂

HitCountstarsforksissueslicense

项目介绍

爱食堂是一款针对学生和食堂工作人员的微信小程序,后端采用Serverless架构实现。这个项目的设计初衷是建立起食堂和学生沟通的平台,让学生通过评论、点赞、发帖等形式向食堂工作人员提供合理的建议。同时,也让食堂工作人员根据这些信息优化自身服务,推出更符合学生口味的菜品。

技术要点

  • 云存储
  • 云函数
  • WeUI
  • 图片懒加载
  • 异步读写

运行截图

菜品展示

img img img

交流社区

img img img

我的信息

img img img

目录结构

├── cloudfunctions     //云函数文件夹
│   ├── addBookmark    //收藏贴子
│   ├── addComment     //贴子评论
│   ├── addMessage     //写入我的消息
│   ├── addPageview    //增加浏览计数
│   ├── addcommentnum  //增加评论计数
│   ├── addcontent     //上传菜品
│   ├── addfav         //点赞
│   ├── changePassword //修改密码
│   ├── clearMessage   //清除消息
├── images4md          //运行截图
└── miniprogram        //小程序文件夹
    ├── assets         //素材文件夹
    │   └── images     //图片素材
    ├── pages          //页面文件夹
    │   ├── addcomment //菜品评论页
    │   ├── category   //菜品分类页
    │   ├── discuss    //交流社区页
    │   ├── index      //首页
    │   ├── menuDetail //菜品详情页
    │   ├── my         //我的信息页
    └── utils          //第三方Javascript函数
        ├── util.js    //工具
        ├── Date.js    //日期格式转换

联系方式

个人博客:「少数派报告」

Email:82610725@163.com

WeChat:DalePeng

img

About

爱食堂是一款提供菜品打分、点赞、评论和讨论平台的微信小程序,后端采用Serverless架构实现。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published