Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.25 KB

File metadata and controls

48 lines (32 loc) · 2.25 KB

FaceingOff Real Time Chat App Frontend

This is the frontend part of the Chat App project. It includes the login and chat interfaces.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed
  • npm (Node Package Manager) installed

Installation

  1. Clone the repository:
cd toyourRootfolder
git clone <repository-url> .
  1. Navigate to the project directory and Install dependencies by runing:
npm install

Usage

run the app

node app.js

The server will be running at http://localhost:4000.

Login

Open your browser and navigate to http://localhost:4000. You will see the login page.

Chat

After successful login, you will be redirected to the chat page. You can also access it directly at http://localhost:4000/chat.html.

Contributing

Contributions are welcome! Please follow the: contribution guidelines.

License

This project is licensed under the MIT License.

The Backend Reapo link is :

Real Chat Backend Reapo