Registration Login and CRUD Action using MERN stack
1.0.0
使用mongoDB、Nodejs(Express.js) 和mongoose 使用後端RestAPI 進行使用者註冊、登入和CRUD 操作的簡單範例,使用JWT 令牌進行身份驗證,也使用React.js 進行分頁和前端,以及使用axios進行Material-ui api 調用。
下面指出了在系統中運行該項目需要安裝的內容
克隆或下載此儲存庫
cd Registration-and-Login-using-MERN-stack/backend
npm install
cd Registration-and-Login-using-MERN-stack/frontend
npm install
運行節點伺服器
cd Registration-and-Login-using-MERN-stack/backend
node server.js
運行反應前端
cd Registration-and-Login-using-MERN-stack/frontend
npm start