Welcome to DocAI, an intelligent document management system where users can securely upload, manage, and interact with their documents using AI-powered question answering.
- 🔐 User Authentication (JWT-based)
- 📤 Upload, update, and delete PDF documents
- 🧠 Ask questions about your documents using AI
- 🗂️ Organized dashboard for document management
- 🎨 Clean, responsive UI built with React and Tailwind CSS
- React.js
- React Router
- Tailwind CSS
- React Toastify
- Hosted on Vercel
- Node.js
- Express.js
- SQLite (via Mongoose)
- JWT Authentication (
jsonwebtoken) - Multer for file uploads
- Hosted on Render.com
- Repository: https://github.com/yogeshm01/docai-backend
- Gemini API (Google AI) or an alternative LLM model
- Text extraction from PDFs using built-in parsing (OCR supported if needed)
git clone https://github.com/yogeshm01/docai-backend.git
cd docai-backend
npm install
npm run dev
### 🔹 Frontend (React)
```bash
git clone https://github.com/YOUR_USERNAME/docai-portal.git
cd docai-portal/frontend
npm install
npm start- Frontend: https://sabapplier-frontend.vercel.app/
- Backend: https://docai-backend-nnvs.onrender.com
- Made with ❤️ by Yogesh Mishra