Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Graphql-Chat-App-Nodejs

This is an GraphQl app for communicate with other in chat format.


Installing Server

Prerequisites

Before you begin, ensure you have Node.js version 18.16.0 or later installed on your machine.

Getting Started

To get started with the project server, you need to install all dependencies:

cd server
npm ci

Environment Configuration

The 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

Running the Application

To run the application, use the following commands:

npm start

Once the application is running, you can access it via http://localhost:4000/.

Installing Client

Prerequisites

Before you begin, ensure you have Node.js version 18.16.0 or later installed on your machine.

Getting Started

To get started with the project server, you need to install all dependencies:

cd client
npm ci

Running the Application

To run the application, use the following commands:

npm start

Once the application is running, you can access it via http://localhost:3000/.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages