Insurance system This is the frontend of Insurance, a modern, responsive insurance web application built with:
- Next.js
- React
- TypeScript
- Tailwind css
- External CSS
This is the technologies used in backend in Insurance
- [Node.js] - for backend logic
- [Python] - for AI and ML
- [Express] - for server running
- [MongoDb] - Database for data storage
- 🌐 Home page with hero section and call-to-action
- 🔍 Navigation: Home, About, Services, Login, Register
- 💼 Services section highlighting insurance features
- 📞 Contact & social links in the footer
- 📱 Responsive layout (can be expanded)
- Clone the repository
git clone https://github.com/samnjoro30/Insurance_tech.git
navagate to this folder and run the script
cd frontend/client_R
npm run dev
navigate backend folder and run script for server running
cd backend
nodemon index.js
To run ml script and AI run
uvicorn app:app --reload