Realtime chat app that allows conversation between several users using a local GraphQL server.
From root folder
cd server\
yarn start
After this your server will be running and you'll be able to test any query/mutation at http://localhost:4000/
From root folder
cd client\
yarn start
You'll be able to test the app at http://localhost:8080/
- React
- GraphQL
- Apollo
- GraphQL Yoga
- Styled-components
- ES6
- VSCode