All Projects → saucxs → wx_phoneBook

saucxs / wx_phoneBook

Licence: MIT License
微信小程序-通讯录,一个非常简单的入门级的微信小程序

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wx phoneBook

wxpdfdoc
wxPdfDocument - Generation of PDF documents from wxWidgets applications
Stars: ✭ 52 (+126.09%)
Mutual labels:  wxwidgets-applications
koa2-rest-scaffold
Koa2 RESTful API 脚手架。
Stars: ✭ 27 (+17.39%)
Mutual labels:  koa
koa-yield-breakpoint
Add breakpoints around `yield` expression especially for koa@1.
Stars: ✭ 17 (-26.09%)
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 (+17.39%)
Mutual labels:  koa
Movie-Paradise
A responsive movie preview web app
Stars: ✭ 19 (-17.39%)
Mutual labels:  koa
store-server
vue-store项目后端。基于Node.js(Koa)实现的电商后端项目。
Stars: ✭ 199 (+765.22%)
Mutual labels:  koa
nodejs-graphql-template
Template project for Node.js® GraphQL APIs
Stars: ✭ 13 (-43.48%)
Mutual labels:  koa
ravel
Forge past a tangle of node.js modules. Make a cool app.
Stars: ✭ 19 (-17.39%)
Mutual labels:  koa
restria
Entria's REST API boilerplate
Stars: ✭ 25 (+8.7%)
Mutual labels:  koa
kurier
TypeScript framework to create JSON:API compliant APIs
Stars: ✭ 30 (+30.43%)
Mutual labels:  koa
koa-server
🗄️ GraphQL Back-end Server with Relay, Koa, MongoDB and Mongoose
Stars: ✭ 31 (+34.78%)
Mutual labels:  koa
Smart-courier-cabinet
智能快递柜小程序+nodejs koa2后端
Stars: ✭ 21 (-8.7%)
Mutual labels:  koa
json-error
Error handler for pure-JSON apps
Stars: ✭ 84 (+265.22%)
Mutual labels:  koa
react-koa-universal
a boilerplate react graphql apollo css-in-js buzzword koa ssr pwa wasm throwaway app 🚮
Stars: ✭ 12 (-47.83%)
Mutual labels:  koa
throwback
An asynchronous middleware pattern
Stars: ✭ 25 (+8.7%)
Mutual labels:  koa
node-fs
node-fs
Stars: ✭ 55 (+139.13%)
Mutual labels:  koa
node-input-validator
Validation library for node.js
Stars: ✭ 74 (+221.74%)
Mutual labels:  koa
redux-react-koa-isomorphic-counter-example
Isomorphic port of the redux counter app
Stars: ✭ 77 (+234.78%)
Mutual labels:  koa
datalize
Parameter, query, form data validation and filtering for NodeJS.
Stars: ✭ 55 (+139.13%)
Mutual labels:  koa
koa-vue-view
A Koa view engine which renders Vue components on server.
Stars: ✭ 29 (+26.09%)
Mutual labels:  koa

wx_phoneBook

微信小程序-通讯录,是一个使用koa + mysql + nginx + ES6 + 微信小程序等技术栈的入门微信小程序开发的小项目。

这是一个完整的小项目,简化配置,本地就可以直接跑起来,对于入门小程序的开发人员用来学习和研究小程序的代码结构和语法有一定的帮助。

相关开发记录文章

微信小程序初体验,入门练手项目--通讯录,后台是阿里云服务器(一) 微信小程序初体验,入门练手项目--通讯录,部署上线(二)

技术栈

koa + mysql + nginx + ES6 + 微信小程序

源码地址

https://github.com/saucxs/wx_phoneBook

演示地址(审核通过)

测试账号:18966667777 密码:test 小程序码

版本功能

  • 登陆模块-使用手机号登陆
  • 部门分类模块-按照学校有不同的二级学院或者职能部门进行分类,查找相应的老师联系方式
  • 学科分类模块-按照老师所在的学科进行分类,查找相应的老师联系方式
  • 个人信息模块-登陆个人信息的查看以及修改

项目截图

登陆模块

登陆模块

部门模块

部门模块

学科模块

学科模块

个人模块

个人模块

项目运行

git clone https://github.com/saucxs/wx_phoneBook

cd wx_phoneBook

npm install

//运行后端服务
node api/app.js

//前台使用微信开发工具打开,编译

说明

有啥问题请提issue

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].