Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.06 KB

Echo Hub

Welcome to Echo Hub, a MERN stack Newsletter application where users can publish articles, follow other users, get tag-based recommendations, and more.

Banner

Deployment

  • Frontend: Deployed on Vercel. Visit Echo Hub
  • Backend: Deployed on Render.

Features

  • User Authentication: Secure user authentication using JWT (JSON Web Token).
  • Article Publishing: Users can publish articles with tags.
  • Follow System: Users can follow other users to see their articles.
  • Tag-Based Recommendations: Articles are recommended based on tags.
  • User Profiles: Each user has a profile displaying their articles and followed tags.
  • Responsive Design: Fully responsive design to provide a seamless experience across devices.

Technologies Used

  • Frontend:
    • React.js
  • Backend:
    • Node.js
    • Express.js
  • Database:
    • MongoDB (with Mongoose)
  • Authentication:
    • JSON Web Token (JWT)