InsightPulse is a powerful real-time feedback system designed to empower organizations with actionable insights from various stakeholders. Built using the MERN stack (MongoDB, Express.js, React.js, Node.js), InsightPulse provides a scalable, secure, and user-friendly platform for gathering and analyzing feedback.
- Customizable Feedback Forms: Tailor questions to collect specific insights from users.
- Real-Time Analytics: Gain instant access to feedback data for quick decision-making.
- Intuitive User Interface: Designed for seamless navigation and enhanced user experience.
- Scalable Architecture: Built with scalability in mind to handle large volumes of feedback data.
- Secure: Implements industry best practices to ensure data security and privacy.
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- Deployment: Vercel
To get a local copy up and running, follow these simple steps:
- Node.js
- MongoDB
- Clone the repository
git clone https://github.com/yourusername/insightpulse.git
- Install NPM packages
npm install
- Set up environment variables (if any)
# Example of environment variables setup PORT=5000 MONGODB_URI=mongodb://localhost:27017/insightpulse
- Start the server
npm start
- Open your browser and navigate to
http://localhost:3000
(or the configured port)
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Souradip Dasgupta - https://www.linkedin.com/in/souradip-dasgupta/ - [email protected]
Project Link: https://github.com/GeeekySouro003/InsightPulse