Coder Social home page Coder Social logo

tripleview / summerbootadmin Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 5.55 MB

Universal back-end management framework based on front-end and back-end separation, declarative programming, simple development and easy maintenance;基于前后端分离的通用后端管理框架,声明式编程,开发简单,易于维护

License: MIT License

JavaScript 8.65% Vue 45.02% HTML 0.36% CSS 38.97% SCSS 1.43% C# 5.58%

summerbootadmin's Introduction

GitHub license

核心理念

SummerBootAdmin,致力于打造一个易上手,好维护的人性化框架,让大家早点下班去做自己喜欢的事。

框架说明

这是一个基于前后端分离的通用后端管理框架,声明式编程,开发简单,易于维护。

Getting Started

前后端分离架构,所以要分成2部分分别打开

后端

后端底层框架为.net6,所以使用vs2022直接打开解决方案即可,开发框架为SummerBoot,同时本项目也是SummerBoot的示例项目,文档可参考SummerBoot

数据库

项目中采用的是mysql数据库(因为SummerBoot支持sqlserver,mysql,oracle,sqlite,pgsql等5种数据库,所以大家也可以选择自己喜欢的数据库),在mysql里添加一个数据库,然后修改项目中配置文件appsettings.json/appsettings.Development.json里的数据库连接字符串mysqlDbConnectionString为自己的数据库连接字符串,我这里添加的数据库名字是summerboot,所以数据库连接字符串为User Id=root;Password=123456;Data Source=localhost;database=summerboot;AllowLoadLocalInfile=true

初始化

运行项目,访问http://localhost:5099/swagger/index.html 在swagger里访问​/api​/GeneraterTable​/Index方法生成数据库,后端就算初始化完成了。

前端

前端部分基于同为MIT协议的开源项目SCUI,技术栈为Vue3 + Element-Plus,文档请参考SCUI

安装教程

# 进入前端目录
cd FrontEnd

# 安装依赖
npm i

# 启动项目(开发模式)
npm run serve

# 生成发布文件
# npm run build

启动完成后浏览器访问 http://localhost:5098

加入QQ群反馈建议

群号:799648362

summerbootadmin's People

Contributors

tripleview avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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