Skip to content

ani1609/Conversify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Conversify

This repository contains both the client and server components of the project.

Getting Started

To get started, follow these steps:

Prerequisites

Before you begin, make sure you have the following software installed on your system:

Installing and running the porject

  1. Clone this repository to your local machine:

    • git clone https://github.com/ani1609/Conversify.git
  2. Navigate to the project directory:

    • cd Conversify
  3. Install server dependencies. Inside the server folder, run:

    • cd ../server
    • npm install
  4. Start the server:

    • nodemon server
    • The server will start at localhost:4000
  5. Install client dependencies. In the project root directory, navigate to the client folder:

    • cd ../client
    • npm install
  6. Start the client application:

    • npm start
    • The client will start at localhost:4000

Screenshots

Screenshot 2023-10-01 at 5 10 21 PM Screenshot 2023-10-03 at 2 10 23 PM Screenshot 2023-10-03 at 2 33 40 PM

About

Real-time End-to-End Encrypted Chat System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published