Coder Social home page Coder Social logo

appfws / yao-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yaoapp/yao-admin

0.0 0.0 0.0 270 KB

真零代码,使用 Yao-Admin 连接数据库,你就有了一个管理后台。

Home Page: https://yaoapps.com

License: Apache License 2.0

JavaScript 96.96% HTML 0.15% Dockerfile 2.89%

yao-admin's Introduction

Yao Admin

Website · Producthunt · Twitter · Discord

真零代码,使用 Yao-Admin 连接数据库,你就有了一个管理后台。

演示

Yao Admin 采用 Yao 应用引擎开发,借助强大的 Yao Studio API 和 Yao Brain 平台,自动生成数据模型、表格、表单和图表界面;实现连接数据库,全自动生成一套功能完整的管理后台。适用于快速搭建应用管理后台和 API 接口,快速制作应用 API 接口等场景。

为什么使用 Yao Admin ?

1.零代码 连接数据库直接生成管理后台。

2.可迭代 可根据业务需求,按需修改管理界面

3.接口生成 低代码方式制作 API 接口,支持多种鉴权方式

安装

首先准备好一个有数据表的数据库

使用 Yao

安装 YAO

mkdir -p /app/data
cd /app/data
yao get yaoapp/yao-admin
yao start

根据命令行提示配置后登录管理后台

管理后台地址: http://<IP>:<PORT>/yao/

示例: http://127.0.0.1:5099/yao

进入到页面后配置数据库,选择之前准备好的数据库,然后等待配置完成,进入登录页面

默认用户名: [email protected]

默认密码: A123456p+

使用 Docker

安装 Docker

docker pull yaoapp/yao-admin:0.10.2-amd64
docker run -d --restart unless-stopped --name yao-admin -p 5099:5099 yaoapp/yao-admin:0.10.2-amd64

根据命令行提示配置后登录管理后台

管理后台地址: http://<IP>:<PORT>/yao/

示例: http://127.0.0.1:5099/yao

默认用户名: [email protected]

默认密码: A123456p+

效果演示

我们找了一些优秀的开源项目,测试 Yao-Admin 生成管理后台的实际效果。

mall 商城管理后台

Github 地址 github.com/macrozheng/mall

展示页

litemall 小程序商城管理后台

Github 地址 github.com/linlinjava/litemall

"看板预览"

akaunting 管理后台

Github 地址 github.com/akaunting/akaunting

图片预览3

yao-admin's People

Contributors

qjautumn avatar trheyi 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.