Skip to content
/ CIRP Public

πŸš€ A collaborative idea research platform prototype built with the MERN stack. Enables users to explore domains, view curated project ideas, and access downloadable resources for academic or research use.

Notifications You must be signed in to change notification settings

Sundar2k4/CIRP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’‘ Collaborative Idea Research Platform

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.

πŸš€ Features

  • 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

πŸ› οΈ Tech Stack

  • Frontend: React, Tailwind CSS
  • Backend: Node.js, Express
  • Database: MongoDB
  • Routing: React Router

πŸ“ Project Structure

client/        β†’ React frontend  
server/        β†’ Express backend with MongoDB  
uploads/       β†’ Folder for storing PDF documents  

πŸ§ͺ Running Locally

  1. Clone the repository:
git clone https://github.com/Sundar2k4/<repo-name>.git
cd <repo-name>
  1. Install dependencies:
# For frontend
cd client
npm install

# For backend
cd ../server
npm install
  1. Start the development servers:
# Backend
npm start

# Frontend (in another terminal)
cd ../client
npm start
  1. Visit http://localhost:3000 in your browser.

πŸ“„ License

This project is for educational and prototype purposes only.

About

πŸš€ A collaborative idea research platform prototype built with the MERN stack. Enables users to explore domains, view curated project ideas, and access downloadable resources for academic or research use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published