The Knowledge Sharing System is a web-based platform designed to facilitate seamless knowledge exchange. It allows users to ask questions, provide answers, and collaborate on various topics, creating a community-driven space for learning and discussion.
This project is built using:
- Frontend: HTML, CSS, EJS
- Backend: Node.js with Express.js
- Database: MongoDB
- Templating Engine: EJS
- User Authentication – Secure registration and login system
- Question & Answer System – Users can post questions and provide answers
- Search & Filter – Easily find relevant discussions
- Content Moderation – Ensure quality and accuracy of shared information
- Real-time Updates – Dynamic UI for an interactive experience
git clone https://github.com/yourusername/knowledge-sharing-system.git
- cd knowledge-sharing-system
- npm install
- npm start


