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-clientUse npm to install dependencies:
npm installStart the Next.js development server:
npm run devThe application will be accessible at:
http://localhost:3000