Giter Site home page Giter Site logo

daily-check-in's Introduction

daily-check-in

一个打卡小程序, 基于 leancloud 数据存储。所以不需要建立额外的 webapp 和数据库。

开始

1. 注册小程序

去小程序官网注册。

2. 注册 leancloud

https://leancloud.cn

3. 在 leancloud 创建一个应用

开发版本即可(免费)。

4. 下载 daily-check-in 项目

git clone https://github.com/xugy0926/daily-check-in.git

5. 将 leancloud 的 id 填入 daily-check-in 项目

修改 app.js 中的 appId 和 appKey,这两个 id 就是你在 leancloud 上创建的项目的 id。

AV.init({
  appId: 'xxxxxxxxxx',
  appKey: 'xxxxxxxxxx',
});

6. 将 小程序的 id 填入到 leancloud 新项目中。

先在 leancloud 中进入到你创建的项目中,选择 组件 -> 社交, 在 微信小程序菜单那填入你的小程序的 ID 和 Secret Key。

7. 用微信开发者工具导入项目

8. 运行项目

开发资源

  1. leancloud
  2. WeUI
  3. iconfont

一览

daily-check-in's People

Contributors

xugy0926 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.