A Public Drop-in Chat App built with NodeJS, GraphQL, Firebase, React, Chakra UI and React Draft.
Chathouse is a public drop-in chat app built with NodeJS, GraphQL, Firebase, React, Chakra UI, and React Draft. It provides users with a platform to chat with others in real-time.
To contribute to Chathouse, follow these steps:
yarn install to install the required dependencies..env file with your own.ACCESS_TOKEN_SECRET and REFRESH_TOKEN_SECRET in the .env file.sameSite: "None" and secure: true options wherever the cookies are set/removed (these options are only used for production).yarn start inside the client/ directory to start the front-end.yarn dev inside the server/ directory to start the server.That’s it! You can now add new features or fix any bugs and make a pull request to have your changes merged into the project.
Chathouse is a drop-in chat app that allows users to engage in real-time conversations. It is built using NodeJS, GraphQL, Firebase, React, Chakra UI, and React Draft. Users can contribute to the project by cloning the repository, making changes or adding new features, and submitting a pull request.