kubernetes-yaml/learn/learn-kubernetes-master/kiamol/ch11/bulletin-board/src
2024-02-20 17:15:27 +08:00
..
backend 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
fonts/geomanist 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
.gitignore 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
app.js 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
index.html 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
LICENSE 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
package.json 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
readme.md 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
server.js 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00
site.css 新增learn-kubernetes(https://github.com/yyong-brs/learn-kubernetes)相关文件 2024-02-20 17:15:27 +08:00

Vue Events Bulletin Board

This is the code for the Vue.js tutorial on Scotch.io. In the tutorial we build a events bulletin board application and cover the basics of Vue.

Installation

  1. Run npm install.
  2. Run node server.js.
  3. Visit http://localhost:8080.

RESTful API (contributed by Jason Lam)

  1. Use Node.js & Express for backend server and router.
  2. RESTful requests towards the server to simulate CRUD on events model, instead of local hardcoded ones.
  3. Translated into Traditional Chinese.

RESTful API written in Go

If you would like to use a backend written in Go, thewhitetulip has written on. See the source code.