An open API service indexing awesome lists of open source software.

https://github.com/luoxiaojun1992/luban

Luban is a framework for building low-code platforms or low-code applications. It is designed to be easy to use and extend.
https://github.com/luoxiaojun1992/luban

low-code

Last synced: 10 months ago
JSON representation

Luban is a framework for building low-code platforms or low-code applications. It is designed to be easy to use and extend.

Awesome Lists containing this project

README

          

# Luban

## Description

Luban is a framework for building low-code platforms or low-code applications. It is designed to be easy to use and extend.

## Features

- Generate code based on flow graph.
- Support multiple languages, including Go, PHP, SQL and more.

## Usage

### Installation

```bash
git clone https://github.com/luoxiaojun1992/luban.git
cd luban
make all
```

### Run Demo UI

```bash
make ui-run-dev
```