lesson8 註冊
這堂課要建立的檔案如下
使用lesson7/expressweb中的檔案繼續開發
回家作業
用express與lowdb打造Share a Secret網站,分享一個自己的秘密,網站會拿之前別人分享過的秘密跟你交換。
用ajax的方式送出POST /secret,伺服器端則要去lowdb隨機抓一個祕密回傳,讓前端可以顯示換來的祕密
Share a Secret網站是從Jennifer Dewalt的網站180 websites in 180 days中取得的。
作業資料夾結構參考:
- share-secret
dir
- public
dir
- images
dir
- css
dir
- js
dir
- images
- views
dir
- index.html
html
- index.html
- package.json
json
- server.js
js
- .gitignore
- public