Giter VIP home page Giter VIP logo

htodo's Introduction

LeanEngine Node.js Todo Demo

该项目是 LeanCloudLeanEngine 示例项目,使用 Node.js 和 Express 实现。

这里 可以在线体验。

功能

  • 用户会话管理:注册、登录、登出
  • 业务数据的 CRUD:Todo 的创建和删除、条件查询、状态修改等。
  • 简单的 ACL:不能修改别人创建 Todo 的状态。

本地开发调试

首先确认本机已经安装 Node.js 运行环境和 LeanCloud 命令行工具,然后执行下列指令来检出项目:

$ git clone https://github.com/leancloud/leanengine-todo-demo.git
$ cd leanengine-todo-demo

安装依赖:

$ npm install

关联应用:

lean checkout <appId>

这里的 appId 填上你在 LeanCloud 上创建的某一应用的 appId 即可。

启动项目:

lean up

恭喜你,启动成功!使用 http://localhost:3000/todos 体验项目。

部署到 LeanEngine

部署到预备环境(若无预备环境则直接部署到生产环境):

lean deploy

将预备环境的代码发布到生产环境:

lean publish

htodo's People

Contributors

javascript666666 avatar

Watchers

James Cloos 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.