This is the backend microservice for DevTinder, a developer networking platform built to help users connect, collaborate, and grow together. This service handles user authentication, profile management, connection requests, and feed logic.
- 🔐 User Authentication (Signup/Login) with JWT
- 📝 User Profile Creation and Updates
- 📩 Sending & Receiving Connection Requests
- ✅ Accepting or ❌ Deleting Connection Requests
- 📰 Feed Management (showing connected developers)
- Node.js
- Express.js
- MongoDB with Mongoose
- JWT for Authentication
- bcrypt for Password Hashing
Application is live at: https://dev-tinder-web-pink.vercel.app/
The frontend microservice can be found here: DevTinder Frontend