# kube-native **Repository Path**: chencc98/kube-native ## Basic Information - **Project Name**: kube-native - **Description**: docker traiing - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: edit-and-continue - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2021-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Vue Events Bulletin Board This is the code for the Vue.js [tutorial on Scotch.io](https://scotch.io/tutorials/build-a-single-page-time-tracking-app-with-vue-js-introduction). In the tutorial we build a events bulletin board application and cover the basics of [Vue](http://vuejs.org/). ## Installation 1. Run `npm install`. 2. Run `node server.js`. 3. Visit [http://localhost:8080](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](http://github.com/thewhitetulip) has written on. See [the source code](https://github.com/thewhitetulip/go-vue-events).