This repository contains both the client and server components of the project.
To get started, follow these steps:
Before you begin, make sure you have the following software installed on your system:
- Node.js
- npm (Node Package Manager)
- nodemon (optional, for server development)
-
Clone this repository to your local machine:
git clone https://github.com/ani1609/Conversify.git
-
Navigate to the project directory:
cd Conversify
-
Install server dependencies. Inside the server folder, run:
cd ../server
npm install
-
Start the server:
nodemon server
The server will start at localhost:4000
-
Install client dependencies. In the project root directory, navigate to the client folder:
cd ../client
npm install
-
Start the client application:
npm start
The client will start at localhost:4000


