A full-stack web application for analyzing Excel files with user authentication and admin management.
- User Registration & Login (JWT Authentication)
- Role-based access (User / Admin)
- Upload & Analyze Excel files
- History tracking of uploaded files
- Admin dashboard:
- Manage users
- View uploaded files
- Overview statistics
- Light/Dark Theme support
Frontend
- React + React Router
- Context API (Auth & Theme)
- Axios
- CSS (for styling)
Backend
- Node.js + Express
- MongoDB + Mongoose
- JWT Authentication
- Multer (file uploads)
- XLSX (Excel processing)
- Bcrypt.js (password hashing)
git clone https://github.com/ashishprogrammar/DataSense-Excel-Analysis.git
cd DataSense-Excel-Analysis