GithubHelp home page GithubHelp logo

duo-duo / course-online Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liuawen/course-online

0.0 0.0 0.0 9.76 MB

在线教育Spring Cloud + Vue 前后端分离 开发企业级在线视频课程系统

JavaScript 14.24% CSS 0.97% HTML 66.21% PHP 0.07% Vue 4.26% Java 13.48% FreeMarker 0.30% Less 0.47%

course-online's Introduction

在线教育

SpringCloud + Vue

前后端分离

开发在线视频系统

视频学习网站+管理后台

项目模块说明

  • admin
    控台管理,vue cli项目
  • business
    核心业务模块,spring boot项目
  • doc
    项目相关的文档,包含项目数据库初始化脚本
  • eureka
    注册中心,spring boot项目
  • file
    文件模块,spring boot项目
  • gateway
    路由模块,spring boot项目
  • generator
    代码生成器
  • server
    公共jar模块,被business, file, system依赖
  • system
    系统模块,spring boot项目
  • web
    网站模块,vue cli项目

项目初始化

  • 需要本地安装好idea, nodejs,jdk1.8, mysql5.7, navicat(数据库可视化工具)
  • 将下载好的源码,用idea打开
  • 刷新maven依赖
  • 安装vue cli,参照课程4-1
npm install -g @vue/cli
  • 下载node模块
初始化web模块
cd web
npm install

初始化admin模块
cd admin
npm install
  • 新建数据库courseimooc,并courseimooc,密码courseimooc,参照课程3-1
  • 数据库初始脚本在/doc/db/all.sql

项目启动

  • 启动注册中心:EurekaApplication
  • 启动路由模块:GatewayApplication
  • 启动系统模块:SystemApplication
  • 启动业务模块:BusinessApplication
  • 启动文件模块:FileApplication
  • 启动控台管理:admin\package.json
  • 启动前端网站:web\package.json

页面访问

资源配置

所有资源都在/doc/db/resource.json
需要在控台上将所有的资源配置进去,并在角色管理中配置权限 权限配置好后,需要重新登录

course-online's People

Contributors

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