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使用浏览器查看结果。