All Projects → AnFengDe → afd_zaojiao

AnFengDe / afd_zaojiao

Licence: other
安风德早教平台是一个致力于提高中小幼儿园、早教、托班管理和运营的互联网平台

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to afd zaojiao

Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+6538.1%)
Mutual labels:  education, school
Yrssf
一个分布式(p2p)云教学/云课堂/直播平台系统CMS,睿易派的开源替代品
Stars: ✭ 141 (+571.43%)
Mutual labels:  education, school
Ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓
Stars: ✭ 173 (+723.81%)
Mutual labels:  education, school
awesome-physics
🏄 A list of awesome resources I used to study Physics.
Stars: ✭ 27 (+28.57%)
Mutual labels:  education
web-development-101
Практическое введение во все инструменты, необходимые для создания рабочих веб-сайтов.
Stars: ✭ 21 (+0%)
Mutual labels:  education
runno
Browser-based code runner that can be embedded as an iframe or used as a library.
Stars: ✭ 211 (+904.76%)
Mutual labels:  education
Cryptography-Guidelines
Guidance on implementing cryptography as a developer.
Stars: ✭ 15 (-28.57%)
Mutual labels:  education
LinuxSysAdmin
中传信安专业必修课 - Linux系统与网络管理 课件
Stars: ✭ 33 (+57.14%)
Mutual labels:  education
WSCEP
SCTurkey Kadın Yazılımcı Destekleme Programı
Stars: ✭ 65 (+209.52%)
Mutual labels:  education
Kobra
Kobra is a visual programming language (like Scratch) for Machine Learning (currently under active development).
Stars: ✭ 223 (+961.9%)
Mutual labels:  education
ntds 2016
Material for the EPFL master course "A Network Tour of Data Science", edition 2016.
Stars: ✭ 96 (+357.14%)
Mutual labels:  education
vim-workshop
My thorough introduction to Vim
Stars: ✭ 30 (+42.86%)
Mutual labels:  education
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-23.81%)
Mutual labels:  education
terraform-aws-ecs-cloudwatch-sns-alarms
Terraform module to create CloudWatch Alarms on ECS Service level metrics.
Stars: ✭ 23 (+9.52%)
Mutual labels:  sns
-meta
📗 For goals, architecture of the program, and how-tos.
Stars: ✭ 26 (+23.81%)
Mutual labels:  education
ITP-IMA-Code-of-Conduct
The ITP/IMA Code of Conduct is an evolving work-in-progress document that establishes and communicates the commitment of the ITP/IMA community to uphold a key set of standards and obligations that aim to make ITP/IMA an inclusive and welcoming environment.
Stars: ✭ 26 (+23.81%)
Mutual labels:  education
powerup-iOS
PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the iOS version of the game.
Stars: ✭ 38 (+80.95%)
Mutual labels:  education
java-signin
Java实现的(软件或网络)实验室的Web签到系统,签到原理基于IP和座位的(强制)对应关系。
Stars: ✭ 17 (-19.05%)
Mutual labels:  education
bash-course
Material for the advanced bash scripting course at Heidelberg University
Stars: ✭ 35 (+66.67%)
Mutual labels:  education
vly1
v1 Voluntarily application - deprecated
Stars: ✭ 14 (-33.33%)
Mutual labels:  education

安风德早教平台

前言

安风德早教平台是一个致力于提高中小幼儿园、早教、托班管理和运营的互联网平台,以微信服务号作为终端,简单易用的早教学校管理平台。

早教平台QQ群: 313737544

## 功能截屏 报名动图

功能截屏 接送动图

作为早教学校,幼儿园经营者,你可以加入我们的托管平台,无须费心了解各种技术细节,零费用使用基础功能,完全满足一个小型幼儿园的需要,联系商务QQ了解详情。

部署步骤

有技术人员并愿意自己开发运营的幼儿园,可以参考以下部署步骤

  1. 数据库部署
  2. 部署前端
  3. 部署业务服务器
  4. 微信号配置

数据库部署

  • 将tool文件夹中的 ht_create.sql 导入到本地的mysql数据库中,构建数据库;
  • 创建数据库用户,并授权
create user 'username'@'hostname' indentified by 'password';

grant SELECT on ht.* to 'username'@'hostname';
grant INSERT on ht.* to 'username'@'hostname';
grant UPDATE on ht.* to 'username'@'hostname';
grant DELETE on ht.* to 'username'@'hostname';
grant INDEX on ht.* to 'username'@'hostname';
grant CREATE TEMPORARY TABLES on ht.* to 'username'@'hostname';
grant LOCK TABLES on ht.* to 'username'@'hostname';

前端部署

cd ht_front_end
npm installn
npm run build

将打包好的目录dist复制到指定的服务器上。 或者将package.json文件中的deploy指令中地址替换成服务器地址,如下所示

"deploy": "npm run build && scp -r dist/* [email protected]:/incoming/afd_sync/www/",

#然后直接执行
npm run deploy

部署业务服务器

cd ht_school/htapi
npm install

在前端部署好的路径中创建htapi目录,将当前路径下的文件复制到服务器上,在服务器上运行

forever -w ./bin/www

为了保证业务服务器正常运行,位于config目录下的production.json配置文件根据实际情况进行配置

db: {
    host: "DB_HOST",
    port: "DB_PORT",
    user: "DB_USER",
    password: "DB_PASSWORD",
    database: "DB_NAME",
    connectionLimit: 50
},
wx: {
    token: "WX_TOKEN",
    appid: "WX_APPID",
    secret: "WX_SECRET",
    encodingAESKey: "WX_AESKey"
},
blockchains: {
    enable: true,
    token: "井通商户账号",
    address: "企业钱包地址",
    secret: "企业钱包秘钥",
    key: "银关KEY",
    currency: "用户通编码",
    issuer: "银关编码"
},

参考链接

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