Skip to content

Beyond the lecture hall..... A blogging website where students can post their blogs.

Notifications You must be signed in to change notification settings

ayush0801/Beyond-Classroom

Repository files navigation

Beyond-Classroom

Beyond the lecture hall..... This is a personal blog website built using the MERN (MongoDB, Express, React, Node.js) stack for the students of IIT Jodhpur. The website allows students to create their own blog and share their thoughts, ideas, and experiences with the community.

mongo

Features

  • User authentication and authorization
  • CRUD functionality for blog posts
  • Comment system for posts
  • Responsive design
  • Admin panel for managing website content

Getting Started

  1. To get started with this project, you will need to clone the repository to your local machine.
git clone https://github.com/<username>/iit-jodhpur-personal-blog.git
  1. Once you have the repository on your machine, you can start by installing the dependencies by running the following command:
npm install
  1. Start the development server
npm start
  1. will also need to set up a MongoDB database and add the connection string to the .env file in the root directory of the project.
  2. Visit http://localhost:3000 to view the website

Built With

What's been done

  • Student can create their own personal blog and share their thoughts, ideas, and experiences with the community
  • Student can create, edit and delete their post
  • Student can add, delete and update their profile
  • Authentication system to make sure only authorized student can access
  • User-friendly interface
  • Responsive design, compatible with different screen sizes
  • Ability to search and filter posts by title and content
  • Ability to add comments and reply to other comments

To-Do

  • Social media sharing functionality
  • Option to notify the admin of any inappropriate content
  • Admin panel to manage the posts and users
  • Option to add categories to posts
  • Option to view the most popular posts
  • Option to view the recent posts
  • Option to view the top authors

Deployment

Currently the website is deployed on render. To visit the website, click here