Transform Data into Actionable Insights Instantly
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.
Before you begin, ensure you have the following installed:
- Node.js (v14 or above)
- npm or yarn
- MongoDB (if used in backend)
- Clone the Repository
git clone https://github.com/aruppatra04/IntelliView.git
cd IntelliView- Install Dependencies
cd frontend
npm install
cd ../backend
npm install- Configure Environment
Create a .env file inside the backend directory:
PORT=5000
MONGO_URI=your_mongo_connection_string- Start the Project
# Start Backend
cd backend
npm start
# Start Frontend
cd ../frontend
npm startVisit: http://localhost:3000 in your browser.
- 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.
# Backend
cd backend
npm test
# Frontend
cd ../frontend
npm testIntelliView/
├── frontend/ # React App
│ ├── public/
│ └── src/
│ ├── components/
│ ├── services/
│ └── App.js
├── backend/ # Express App
│ ├── controllers/
│ ├── routes/
│ ├── models/
│ └── index.js
└── README.md
- Fork the repo
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add YourFeature" - Push to the branch:
git push origin feature/YourFeature
- Open a Pull Request
This project is licensed under the MIT License.
Built with ❤️ by Arup Patra
Give it a ⭐ if you find it helpful!