Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 424 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 424 Bytes

chat-app

A chat-application to chat with all the users on the application. :)

Demo

sending message

master

Login

master

Signup

master

sample .env

client/

REACT_APP_SERVER_URL=http://localhost:4000

server/

MONGODB_URL=mongodb://localhost:27017/ DATABASE_NAME=chatapp

CLIENT=http://localhost:3000 JWT_KEY=anything_you_like