Recent posts

MyBistro–BackEnd Configuration

4 minute read

後端是以Python 開發的Django Restful API 目前定義的API: Methods Urls Actions POST api/token/obtain/ login a...

MyBistro–FrontEnd Configuration

6 minute read

前端是以React 開發的App 啟始一個新的react專案 可以使用npm 內建的指令:npx, (是一種CLI,要在命令列執行) 新增工作目錄:ex:D:\working\react-my-app $>npx create-react-app my-app 就可以創建React app的初使開發環境 ...

餐酒館系統文件–(MyBistro)

less than 1 minute read

簡介 餐酒館系統是一個進行中的練習專案, 前端:React + Material UI + Redux 後端:Python + Django + MongoDB +JWT Authenticatioon V1.0-alpha release: 前端App下載點 (or use git clone) 安裝...