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.
- Host: GitHub
- URL: https://github.com/luoxiaojun1992/luban
- Owner: luoxiaojun1992
- License: apache-2.0
- Created: 2023-09-16T04:26:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T00:03:09.000Z (about 2 years ago)
- Last Synced: 2024-05-21T02:06:23.429Z (about 2 years ago)
- Topics: low-code
- Language: Go
- Homepage:
- Size: 1.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```