All Projects → jgchenu → Smart-courier-cabinet

jgchenu / Smart-courier-cabinet

Licence: other
智能快递柜小程序+nodejs koa2后端

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Smart-courier-cabinet

koa-simple-ratelimit
Simple rate limiter for Koa.js v2 web framework
Stars: ✭ 17 (-19.05%)
Mutual labels:  koa
douban-book-api
第三方豆瓣读书 api 接口
Stars: ✭ 44 (+109.52%)
Mutual labels:  koa
node-fs
node-fs
Stars: ✭ 55 (+161.9%)
Mutual labels:  koa
kaonjs
Kaon.js is a react isomorphic app solution. It contains webpack build, hot reloading, code splitting and server side rendering.
Stars: ✭ 21 (+0%)
Mutual labels:  koa
koa-context-validator
A robust context validator for koajs. Use Joi behind the scenes.
Stars: ✭ 49 (+133.33%)
Mutual labels:  koa
touchbase.ai
E2E-encryption-powered Personal CRM - smartly engage more in meaningful relationships
Stars: ✭ 12 (-42.86%)
Mutual labels:  koa
koa2-swagger-ui
Swagger UI as Koa v2 middleware
Stars: ✭ 95 (+352.38%)
Mutual labels:  koa
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (+47.62%)
Mutual labels:  koa
oss-upload-nodejs
服务器签名后直接上传文件到阿里云 OSS
Stars: ✭ 61 (+190.48%)
Mutual labels:  koa
nodejs-graphql-template
Template project for Node.js® GraphQL APIs
Stars: ✭ 13 (-38.1%)
Mutual labels:  koa
Rephic
💼 Rephic 是一个基于 Koa 的 React 服务端渲染工程脚手架。支持 React-Router, Redux 以及 Less, Sass。
Stars: ✭ 23 (+9.52%)
Mutual labels:  koa
koa-cache-lite
Zero-dependency koa router cache
Stars: ✭ 27 (+28.57%)
Mutual labels:  koa
express-to-koa
Use express middlewares in Koa2, the one that really works.
Stars: ✭ 18 (-14.29%)
Mutual labels:  koa
GithubProfile
Visualizing GitHub profile
Stars: ✭ 45 (+114.29%)
Mutual labels:  koa
react-koa-universal
a boilerplate react graphql apollo css-in-js buzzword koa ssr pwa wasm throwaway app 🚮
Stars: ✭ 12 (-42.86%)
Mutual labels:  koa
koa
A golang framework like koa.js and has the best performance with net/http.
Stars: ✭ 30 (+42.86%)
Mutual labels:  koa
react-graphql
react-graphql 快速开发方案
Stars: ✭ 15 (-28.57%)
Mutual labels:  koa
coolliyong.github.io
javascript基础
Stars: ✭ 57 (+171.43%)
Mutual labels:  koa
inversify-koa-utils
inversify-koa-utils is a module based on inversify-express-utils. This module has utilities for koa 2 applications development using decorators and IoC Dependency Injection (with inversify)
Stars: ✭ 27 (+28.57%)
Mutual labels:  koa
koa-seo
koa SEO middleware
Stars: ✭ 36 (+71.43%)
Mutual labels:  koa

Smart-courier-cabinet

智能快递柜

前端使用小程序框架开发

后端使用nodejs中的koa2框架进行代码开发,使用Sequelize映射数据库模型;

  • 智能快递柜文件夹里面是小程序文件 下载解压之后直接用小程序开发者工具打开文件夹,添加上自己的appid

  • nodejs-koa2文件里面是后端代码  下载解压之后用vscode或者webstorm打开,然后在dos命令行格式下,在nodejs-koa2文件夹路径下,先输入cnpm install 或者 npm install 然后node app.js 或者npm start启动项目,默认端口为8080,可以自己修改。如需修改,那么小程序的app.js 的baseurl也要修改。

  • kuaidi.sql 是数据库的建表以及插入相关数据的导出文件,里面已经有部分账号。

此处注明小程序关于全局app.js变量的bug
  • app.js里面的全局变量的值的获取会有bug(小程序本身的问题),在app.js中app.globalData.value的初始值为0,假如我在A页面设置了app.globalData.value的值为1,如果在B页面的顶部设置该页面的全局变量直接用let value=app.globalData.value;你猜一下,value是多少,value是0,而不是1。那么我在方法函数中使用let value=app.globalData.value,那么value是多少,value是1   真是神奇的bug,后面用到的同学需要注意一下,避免踩坑。

image

image

image

image

image

image

image

image

image

image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].