0# BranchVision - Standard Chartered Hackathon
BranchVision is a web-based application designed to streamline the loan application process. It provides features like document upload, OCR-based data extraction, real-time application status updates, and user authentication.
Clone the repository:
git clone https://github.com/MorningstarDeep/BranchVision.git
cd BranchVision
Install dependencies for both frontend and backend:
cd frontend
npm install
cd ../backend
npm install
Start the development servers:
cd frontend
npm run dev
cd backend
node server.js
Access the application at http://localhost:3000
.
POST /api/auth/signup
: Register a new user.POST /api/auth/login
: Login an existing user.POST /api/upload
: Upload a document.POST /api/ocr
: Perform OCR on an uploaded document.POST /api/submit-application
: Submit loan application details.Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.
Member 1 :- Krishna Jalan
Member 2 :- Deep Kakadiya
Member 3 :- Ishit Jain
Member 4 :- Ruchita Garg
Member 5 :- V.Advay Kankaria