A developer-centric social media platform where users can post updates, follow each other, like, comment, and repost content.
- β
User authentication (register, login, logout)
β Create, edit, delete posts
β Like and dislike posts
β Comment on posts (add/delete/reply)
β Repost functionality
β Follow other developers
β View all posts (global feed)
β View posts from users you follow (personalized feed)
β Update your bio and profile information
β Responsive design (mobile + desktop)
β Deployed with live links
- **Frontend:**Nextjs
- Backend: Node.js + Express.js
- Database: MongoDB (Mongoose)
- Auth: JWT
- Hosting: Vercel + Render
- Frontend: https://dev-circle-six.vercel.app/
- Backend: https://dev-circle-backend.onrender.com/
bash git clone https://github.com/sushil-sagar05/dev-circle.git cd dev-circle
cd backend npm install
npm run start
cd ../frontend npm install npm run start Visit: http://localhost:3000 π Highlights Repost feature like Twitter/LinkedIn
Feed tailored to followed users
Completed ahead of schedule (Aug 3, 2025)

