Skip to content

Latest commit

 

History

History
executable file
·
66 lines (40 loc) · 943 Bytes

readme.md

File metadata and controls

executable file
·
66 lines (40 loc) · 943 Bytes

Metawall

一個簡單的貼近 Facebook 的 App 使用 Angular 搭配 Express(Typescript) 建立

功能說明

登入頁面

全體動態牆

個人動態牆

修改個人資料

張貼動態

追蹤名單

我按讚的文章

使用技術

fontend

  • Angular
  • Bootstrap 5

backend

  • Express
  • mongoDB
  • TypeScript
  • JWT
  • Imgur

執行指令

// 開發環境
ng serve

// 生產環境
npm run build2

// 格式化
npm run fmt