A Public Drop-in Chat App built with NodeJS, GraphQL, Firebase, React, Chakra UI and React Draft.
Clone the repository.
Run
yarn installto install the required dependencies.Change the required API keys (Firebase) in the
.envfile with your own.Create your own
ACCESS_TOKEN_SECRETandREFRESH_TOKEN_SECRETin the.envfile.Make sure to comment out the
sameSite: "None"andsecure: trueoptions wherever the cookies are set/removed. (These options are only used for production).Run
yarn startinside theclient/directory to start the front-end andyarn devinside theserver/directory to start the server.That's it! Add the features you want or fix any bug, make a PR and it'll be merged!
Website --> https://chathouse.now.sh