Skip to content
View Opshell's full-sized avatar

Block or report Opshell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Opshell/README.md

Opshell.info

Opshell/Opshell

  • 🔭 嘗試建立一個前後端分離的網站,前端使用Vue,後端使用php。
  • 🌱 並藉由專案完善身為全端工程師應該學會的基礎技術。

程式環境:

  • Use Node.js 14.18.0

程式碼風格原則:

  • 是基底層(會被繼承的class)檔案開頭大寫。
  • 繼承者,駝峰模式,開頭小寫。
  • url => 要請求的網址 href => 要導向的位址

架構參考:

  1. Controller => 該頁面的資料統整,資料和view的交互
  2. Service => 該主題(如會員)會用到的任何商務邏輯(function)
  3. Repository => 藉由操作Model,幫助Service實現各種商務邏輯對應的資料庫操作方法。
  4. Model => 資料庫存取,使用Eloquent Model (ORM)

Popular repositories Loading

  1. Opshell Opshell Public

    Used to get familiar with Php & Vue.

    JavaScript 2

  2. opsLibrary opsLibrary Public

    Leave JQ and accept ES6. Learning js ES6

    JavaScript 1

  3. TypeScript.opshell TypeScript.opshell Public

    學習TypeScript, 把過程筆記起來參加鐵人賽

    HTML 1

  4. React-TodoList React-TodoList Public

    my first React project to learning React

  5. Learn-React Learn-React Public

    Opshell's first react project

  6. opshell-s-React-todoList opshell-s-React-todoList Public

    first react project