Skip to content

aruppatra04/IntelliView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

INTELLIVIEW 🚀

Transform Data into Actionable Insights Instantly


📋 Table of Contents


🧠 Overview

IntelliView is a full-stack web application that transforms raw data into actionable insights using a powerful combination of React, Node.js, and Express. Built for speed, simplicity, and interactivity.


🚀 Getting Started

📦 Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v14 or above)
  • npm or yarn
  • MongoDB (if used in backend)

🔧 Installation

  1. Clone the Repository
git clone https://github.com/aruppatra04/IntelliView.git
cd IntelliView
  1. Install Dependencies
cd frontend
npm install

cd ../backend
npm install
  1. Configure Environment

Create a .env file inside the backend directory:

PORT=5000
MONGO_URI=your_mongo_connection_string
  1. Start the Project
# Start Backend
cd backend
npm start

# Start Frontend
cd ../frontend
npm start

Visit: http://localhost:3000 in your browser.


💡 Usage

  • Browse the UI at http://localhost:3000
  • Backend APIs are available at http://localhost:5000/api/*
  • Use the application to analyze data and view insightful dashboards.

🧪 Testing

# Backend
cd backend
npm test

# Frontend
cd ../frontend
npm test

📁 Project Structure

IntelliView/
├── frontend/          # React App
│   ├── public/
│   └── src/
│       ├── components/
│       ├── services/
│       └── App.js
├── backend/           # Express App
│   ├── controllers/
│   ├── routes/
│   ├── models/
│   └── index.js
└── README.md

🤝 Contributing

  1. Fork the repo
  2. Create your feature branch:
    git checkout -b feature/YourFeature
  3. Commit your changes:
    git commit -m "Add YourFeature"
  4. Push to the branch:
    git push origin feature/YourFeature
  5. Open a Pull Request

📜 License

This project is licensed under the MIT License.


Built with ❤️ by Arup Patra
Give it a ⭐ if you find it helpful!

About

IntelliView is an AI-powered interview prep platform built with React, Node.js, Express, and Gemini AI. It helps users create sessions based on role, experience, and tech stack, providing curated questions with answers and explanations for effective preparation.

Topics

Resources

Stars

Watchers

Forks

Contributors