This is an GraphQl app for communicate with other in chat format.
Before you begin, ensure you have Node.js version 18.16.0 or later installed on your machine.
To get started with the project server, you need to install all dependencies:
cd servernpm ciThe repository includes an example.env file. You should create the following environment files:
.env: Default environment for new scripts
You can use the example.env file as a template.
PORT - Integer: Port for running server
To run the application, use the following commands:
npm startOnce the application is running, you can access it via http://localhost:4000/.
Before you begin, ensure you have Node.js version 18.16.0 or later installed on your machine.
To get started with the project server, you need to install all dependencies:
cd clientnpm ciTo run the application, use the following commands:
npm startOnce the application is running, you can access it via http://localhost:3000/.