to run the project, add .env file in discord-backend folder with the following values:
API_PORT=5002
MONGO_URI= your mongo db connection string
JWT_TOKEN_KEY=SomeSecretKey
then
-
run npm install in discord-backend
-
run npm install in discord-frontend
-
run npm start in discord-backend
-
run npm start in discord-frontend
- Chatting with realtime friends (Using socket.io)
- Create video chat groups (using WebRTC)
*Special thanks to Marek Gryszkiewicz