Skip to content

Marsview 是一款中后台方向的低代码可视化搭建平台,开发者可以在平台上创建项目、页面和组件,支持事件交互、接口调用、数据联动和逻辑编排等,开发者还可通过微服务快速集成到自己的业务系统中。 Marsview is a low code visualization platform for middle and backend direction, supporting event interaction, interface calling, data linkage, and logical orchestration.

License

Notifications You must be signed in to change notification settings

JackySoft/marsview

Repository files navigation

marsview logo

Marsview Low Code Platform

Make building simpler and development more efficient

Project documentation | Open source repository | Communication group

GitHub Repo stars

GitHub package.json version GitHub License version language last

English | 中文

Intro 🚀

Marsview is a low code visualization platform for middle and backend development. Developers can create projects, pages, and components on the platform, supporting event interaction, interface calling, data linkage, and logical orchestration. Developers can also quickly integrate them into their own business systems through the microApp front-end framework.

Online use 🛸

Demo Demo
Demo Demo
Demo Demo
Demo Demo

Platform Features 💥

  • project: Project configuration (theme color, menu layout, system logo, breadcrumbs...), complete RBAC permission management.
  • page: Page creation, page theme, page configuration, component drag and drop, style configuration, event flow configuration, logical orchestration, interface configuration. The page supports integration into traditional projects through microservices, whether you are Vue or React.
  • permission: The project and page support developer and visitor permission configuration, and the project also supports RBAC control at the menu and button level.
  • Custom Components: When the components provided by the platform cannot meet the requirements, business components can be customized and developed. The platform will compile them online and upload them to the cloud. At the same time, in the editor interface, custom components can be loaded by clicking on them.
  • interface: Unified interface management, global interceptors, return structure modifications, etc. Support GET, POST, PUT, DELETE and other request methods, and support dynamic parameter passing through interfaces.
  • event flow: High difficulty business logic orchestration can be completed through event flow, such as component linkage, component visibility and concealment, component disabling, custom logic processing, interface calling, route jumping, etc.
  • environment: The platform supports three environments, STG, PRE, and PRD. The page can only be accessed on the user side after being published to the corresponding environment.
  • rollback: After the platform is released, the page supports one click rollback.
  • Micro front-end integration: If you are a traditional Vue project and want to use this platform, you can first build a page on the platform and publish it to the PRD environment, and finally integrate it through microservices.
  • The backend provides two versions, JAVA and Koa, with MySQL as the database.

Local development 👨‍💻

git clone https://github.com/JackySoft/marsview.git

Project Description

directory description
packges Front end project, including 4 sub projects
packges/admin Project Access Terminal
packges/editor Editor end
packages/materials Component materials, for admin use only
packages/docs Low code usage documentation
backend Backend services, including 2 versions
backend/java JAVA version
backend/koa Node version
backend/koa/config Project configuration file
backend/sql Database SQL Script

Quick start

Running requires a node environment, it is recommended to have a version of 'node: 18' or higher. Use pnpm as a dependency management tool. If it is not installed, please execute the installation command npm install - g pnpm first.

  1. Install MySQL database and execute the backend/db. sql script

  2. Start Node backend

cd backend/koa

pnpm i

pnpm run dev

Note: The koa/config. js configuration file needs to be modified before running.

  1. Start the front-end
# Install dependencies (if the installation dependency time is too long, please configure the image source first)
pnpm i
# Modify the. env. development file
VITE_BASE_API = 'http://localhost:5000/api'
# 启动编辑器
pnpm start:editor

Note: Vite_SBASEAPI can also choose to use an online address,eg: VITE_BASE_API = http://mars-api.marsview.cc/api.

Synchronization Code

The project is in a high-speed development stage with fast version updates. It is recommended that developers set up upstream remote branches after the fork and clone projects to pull the latest code and synchronize it locally at any time.

# add upstream

git remote add upstream https://github.com/JackySoft/marsview

# Capture the source repository and modify the main branch

git fetch upstream main

# Switch Branch

git checkout main

# Merge remote branches

git merge upstream/main

Activities 🆕

Update log 📅

View Update Log Get the latest updates.

Project communication 🏘️

If you encounter any technical or commercial authorization issues during use, please feel free to contact me via WeChat:

Participate in donation ✨

Please treat me to a cup of coffee ☕️

Thank you to the following brothers for their donation:

name profile picture
物联网方案-肖工
🥕 二月贝弋 🥕
猩猩点灯
元次达
IoT-Fast
w10752842
朱红宾

🤝 Participate and contribute

We warmly welcome contributions in various forms. If you are interested in contributing code, you can check out our GitHub Issues,Show us your creativity and creativity.

How do you want to become a developer? Welcome to submit PR. Please refer to the PR specification for submission: Pull Rquest

Star History 🌟

If you find this project helpful to you, please consider GitHub Give it one ⭐️ !

Star History Chart

licence 📄

This project is authorized under the MIT License - for more information, please refer to LICENSE the document.

About

Marsview 是一款中后台方向的低代码可视化搭建平台,开发者可以在平台上创建项目、页面和组件,支持事件交互、接口调用、数据联动和逻辑编排等,开发者还可通过微服务快速集成到自己的业务系统中。 Marsview is a low code visualization platform for middle and backend direction, supporting event interaction, interface calling, data linkage, and logical orchestration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project