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.
Ensure you have the following installed on your local machine:
Follow these steps to set up and run the project:
git clone https://github.com/HardikChoudhary24/chatPDF-client.git
cd chatPDF-client
Use npm to install dependencies:
npm install
Start the Next.js development server:
npm run dev
The application will be accessible at:
http://localhost:3000