This is a platform created in MERN stack with WEBRTC. This can be used as a platform to ogranise group meetups/conference with voice chats.
- nodeJS >=14.15.4
- npm >=6.14.10
- mongodb
-
First install all dependencies with npm:
npm install
in the root directory &&npm install
in the server directory. -
Create a
.env
file and insert the following code. Replace values with yours!!``` REACT_APP_BACKEND_URL="http://localhost:5000" ```
``` SECRET_ACCESS_KEY="abc1234" SECRET_REFRESH_KEY="abc@1234" MONGOURI="mongodb://localhost/akasvani" ```
-
npm start
in the root directoryGo to the server directory and run the command
npm run dev
-
Now load the app
localhost:3000
-
Enjoy!!