A Website for students to learn by creating blogs and teachers to proof check them, providing a single platform for students to grasp concepts in their fields.
- React Js (Front End)
- Express Js (Back End)
- Mongoose/ MongoDB (Database)
- Reponsive UI
- Blog Editor
- Search Option Topic Wise
- Category Wise Blog
- User Feedback System- Comment/Star
- Profile Section of Teacher/Students
The editor allows user to add paragraphs, images and even videos to the blog. The images entered can be from google drive link too The functionality caters on its own to add it in the blog.The video link added are embedded, all the content added also has priority order which is the order the user has added the data the same flow will be followed where the blogs are shown.
The search option uses text indexing feature of the mongoDB to cater the problem of slow searches. The text indexing feature allows the text based searches on the blog topic. When the docs are returned they are shown in their priority order of their liking which is the stars given to the blog
The comment feedback system allows students and teachers to comment on the blog, giving their viewpoints which can help in increasing the quality of the blogs.
The star system is a voting system which only students can exercise as it tells whether the students like the blog or not this rating helps the application to tell which blog are better than other.