Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.51 KB

File metadata and controls

50 lines (30 loc) · 1.51 KB

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