RealTime Chatapp
1.0.0
這是一個Chatapp(WhatsApp克隆),它使用Mern Stack和Pusher.js來製作MongoDB Live Time。
網站與Google Oauth
網站
首先,安裝依賴項:
npm install in backend and cliend both
# or
yarn install第二
在.env.local中添加環境變量
第三,運行開發服務器:
npm start in backend and cliend both
# or
yarn start打開http:// localhost:3000使用瀏覽器查看結果。