Giter Club home page Giter Club logo

courseware's Introduction

开源不易,记得star,切勿白嫖

介绍

一个可以上传课件,卖课件,并且在线预览课件(ppt,doc,pdf等)的小程序。接入了微信支付,小程序登录。代码量少,涉及的内容较多,适合新手学习。

涉及技术

后端:

springboot,mybatis-plus, shiro+JWT,mapstruct,阿里云OSS,dockerredis,微信支付

小程序:

uni-app,uView UI,vuex

后台管理:

vue-cl,vuex,vue-router,element ui,阿里云oss

课件在线预览:

课件在线预览功能是用这个开源项目https://gitee.com/kekingcn/file-online-preview.git

如何运行,里面有教程(基本上就是下载完就能马上运行了)。

项目结构

后端:

mbg模块->mybatis-generator的缩写。里面只要放了一些公用的东西如dao接口,实体类,注解。

shiro模块->安全认证模块,JWT也在里面

courseware模块->主要的内务

小程序->uni-app-courseware
后台管理->vue-courseware

安装教程

后端:
  1. lombok插件,maven
  2. 导入sql文件,修改courseware模块下的resource中的application-dev.yml,配置好mysqlredis连接地址,阿里云oss,微信支付,微信小程序等(后面两个可不配,相关功能不可用)。
小程序:
  1. manifest.json中配置微信小程序appid,在util/common.js中的地址换成自己的oss地址
  2. hbuilder导航栏的工具中选安装插件,安装scss/sass编译插件。
  3. 导入hbuilder,运行到小程序。在微信开发者工具的右上角详情->本地设置中勾选不校验合域名
后台管理:
  1. yarn install

    1. util/common.js中的地址换成自己的oss地址,在main.js中配置oss信息
    2. yarn serve

使用说明

  1. 后端接口swagger文档地址localhost:5000/doc.html
  2. 后台管理员 用户名admin,密码12345678
  3. 不配置小程序的密钥和appid无法微信登录

联系

  1. QQ: 1507906763
  2. WX: ljc666max
  3. 代做各种小程序,网站,app(h5)
  4. 我写的一个代取快递,帮忙的app。F12手机端打开 https://www.jarcheng.top/flash_help

courseware's People

Contributors

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