A chat-application to chat with all the users on the application. :)
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
A chat-application to chat with all the users on the application. :)
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