- Install dependencies:
npm install
# or
pnpm install- Create
.env.localfile with:
NEXT_PUBLIC_API_URL=http://localhost:5000
NEXT_PUBLIC_APP_NAME=ILOS
NEXT_PUBLIC_ENVIRONMENT=development
- Run the development server:
npm run dev
# or
pnpm dev- Push code to GitHub
- Import project in Vercel
- Set environment variables:
NEXT_PUBLIC_API_URL= your backend URLNEXT_PUBLIC_APP_NAME= ILOSNEXT_PUBLIC_ENVIRONMENT= production
See DEPLOYMENT-GUIDE.md for detailed instructions.
- Customer lookup by CNIC
- ETB/NTB customer detection
- Multiple loan application types
- Form validation and submission
- Dashboard with multiple modules
The frontend connects to the ILOS backend API for:
- Customer lookup
- Form submissions
- Data retrieval
For full deployment instructions of both frontend and backend, see COMPLETE-DEPLOYMENT-GUIDE.md in the root directory.