Chatters! is a messaging app written using React and GraphQL.
- Start the GraphQL server
cd /chatters/server
yarn start
- Start the front-end React application
cd /chatters/client
yarn start
- Dockerify the project
- Make a proper registration
- Add an ability to send files
- Think about adding video and audio live calls