StudyNotion is a comprehensive e-learning platform designed to revolutionize the way educational content is created, shared, and rated. By facilitating tutors' participation and enhancing user engagement, StudyNotion aims to promote active learning and collaboration.
- 📈 Enhanced User Engagement: Achieved a 25% increase in user engagement, highlighting the platform's effectiveness.
- 👩🏫 Tutor Participation: Tutors can easily sign in and contribute educational content.
- 🌐 Full-Featured Platform: Supports creating, sharing, and rating of educational content.
# Clone the repository
git clone https://github.com/badhanhitesh/StudyNotion.git
# Navigate to the project directory
cd StudyNotion
# Install server dependencies
cd server
npm install
# Install client dependencies
cd ../client
npm install
# Run the server
cd server
npm start
# Run the client
cd ../client
npm start