This is a PDF upload and chat application build during the 4 hours of Web Development Bootcamp held on 18th January for DevFest 4.0, the annual fest of Developers' Society of BITS Goa. Conducted by Apoorv and Aryan
- Open the /frontend folder in your terminal
npm installnpm run dev
- Open the /backend folder in your terminal
npm install- Make a file called .env and store
GEMINI_API_KEY="your-api-key"in it for the application to work node ./index.js