A collaborative idea research platform prototype built using the MERN stack. This platform allows users to browse various research domains, explore curated project ideas, and access downloadable project documentation.
- View research domains with descriptions and images
- Explore multiple project ideas under each domain
- Preview and download project documentation (PDF)
- Clean and responsive user interface
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express
- Database: MongoDB
- Routing: React Router
client/ β React frontend
server/ β Express backend with MongoDB
uploads/ β Folder for storing PDF documents
- Clone the repository:
git clone https://github.com/Sundar2k4/<repo-name>.git
cd <repo-name>
- Install dependencies:
# For frontend
cd client
npm install
# For backend
cd ../server
npm install
- Start the development servers:
# Backend
npm start
# Frontend (in another terminal)
cd ../client
npm start
- Visit
http://localhost:3000
in your browser.
This project is for educational and prototype purposes only.