Omnify-Assesmnent By Kanishkkashyap840@gmail.com

Make Sure While Running on Local Host

change the Code in App.js Line 110. If You Face Cors Error.

Live Link

Table of Contents

Client

The "client" is a React app for your project.

Client Installation

To get started with the client application, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/your-username/client.git

Move to Client Direcotry

   cd client

Install all the Neccessary Library

   npm install

To run the Front End

   npm run dev

Change to Server Directory

cd ..
cd server

Install Packages

npm install

Start the Server

npm start

Live Link: