Skip to content
/ remote Public

Golang+Beego後台搭配Reactjs前端實作遠端點播系統

Notifications You must be signed in to change notification settings

yfz34/remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

遠端點播系統後台

關鍵字

  • Golang
  • Beego
  • RESTful-API
  • Redis (Pub/Sub)
  • RPCX
  • Websocket
  • React
  • React-Redux
  • Material-UI

說明

此專案練習建構遠端點播系統,後端以 Beego建構,前端則以Reactjs建構。

安裝

STEP 1. 安裝 golang

STEP 1. 專案 clone至 GOPATH的 src目錄底下

STEP 2. 安裝 beego套件

STEP 3. 安裝 Node.js

STEP 4. 安裝 Redis

附錄

測試執行後端

切換至 remote/serivce/

$ cd service

啟動後端服務

$ bee run

安裝前端相關模組

切換至 remote/web/

$ cd web

安裝前端Reactjs所需套件

$ npm install

測試執行前端

切換至 remote/web/

$ cd web

啟動前端服務

$ npm start

安裝 redux相關套件

$ npm install --save redux
$ npm install --save react-redux
$ npm install --save redux-logger
$ npm install --save redux-thunk

參考

About

Golang+Beego後台搭配Reactjs前端實作遠端點播系統

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published