Skip to content

HardikChoudhary24/chatPdf-client

Repository files navigation

Project Name

This project sets up a Next.js application that serves as the frontend for the overall application. The backend, which integrates with PostgreSQL, Redis, and the Gemini API, can be found in the chatPDF-server repository.

Prerequisites

Ensure you have the following installed on your local machine:

Getting Started

Follow these steps to set up and run the project:

1. Clone the Repository

git clone https://github.com/HardikChoudhary24/chatPDF-client.git
cd chatPDF-client

2. Install Dependencies

Use npm to install dependencies:

npm install

3. Run the Development Server

Start the Next.js development server:

npm run dev

The application will be accessible at:

http://localhost:3000