This is the server of a chat app built with Node.js, GraphQL-yoga and a MongoDB database. The app supports individual chats with multiple logged in persons per time.
Feel free to clone the repo and play around with the app. It is served with an MIT license.
To install this example on your computer, clone the repository and install dependencies.
$ git clone [email protected]:LukasChiama/chat_app_server.git
$ npm install
Open a web browser and navigate to http://localhost:4000 to interact with your GraphQL server using the GraphQL Playground.
MIT License
Copyright (c) 2019 Chukwualuka Chiama