Giter Club home page Giter Club logo

bear's Introduction

bear

毕业设计项目

项目效果图

WEB

登录页面

image

用户管理页面

image

直播管理页面

image

录播管理页面

image

APP

注册页面

image

登录页面

image

我的页面

image

直播页面

image

技术栈

后端技术栈

后端主要采用了:

  • SpringBoot
  • MyBatis
  • MySQL
  • RESTFUL接口风格
  • NGINX-RTMP

前端(WEB)技术栈

前端主要采用了:

  • Vue
  • Axios
  • ElementUI
  • Vue-router
  • Video.js
  • Videojs-flash

移动端(APP)技术栈

移动端主要采用了:

  • uni-app
  • Vue
  • Vuex

快速运行

1,克隆此项目到本地 git clone http://www.mygit.com:9988/bear/graduation.git

2,找到bear-springboot项目resources目录下的bear.sql文件,在mysql数据库中执行

3,根据自己本地的数据库情况修改数据库配置,数据库配置在bear-springboot项目中的application.yml

4,IntelliJ IDEA中运行bear-springboot项目 OK,至此,服务端就启动成功了,此时我们直接在地址栏输入http://localhost:8080/index.html即可访问我们的项目,如果要做二次开发,请继续看第五、六步。

5,进入到bear-vue目录中,在命令行依次输入如下命令:

#安装依赖
npm install
#运行项目
npm run serve

由于我在bear-springboot中配置了跨域访问,所以给其他端口的服务提供数据,此时所有的请求都会发送给bear-springboot中(注意:此时不要关闭bear-springboot项目)

6.最后我们可以用VSCODE等工具打开bear-vue项目,进行项目的二次开发,当开发结束时,进入到bear-vue目录中,然后执行如下命令:

npm run build

该命令执行成功之后,bear-vue目录下回生成一个dist文件夹,将该项目下的所有文件拷贝至bear-springboot项目中的resources/static/目录下,然后就可以像第四步那样直接访问了。

bear's People

Contributors

gaoquansheng avatar

Watchers

James Cloos 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.