The official backend for DevTinder, a modern platform that connects developers through code, conversation, and collaboration.
π Frontend Demo: DevTinder Web
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
- Real-time: Socket.io
- Authentication: JWT
- Hosting: Render
- Security: Helmet, CORS, Rate Limiting
β
RESTful API for user management, matches, and messaging
β
JWT-based secure authentication and authorization
β
Socket.io-based real-time chat
β
Middleware protection
β
Razorpay integration
β
CRON Jobs
β
Modular route structure for scalability
β
Environment-based configuration for easy deployment
- Node.js (v14 or higher)
- MongoDB URI (Local or Atlas)
# Clone the repository
git clone https://github.com/yashbhidawe/devTinder.git
cd devTinder
# Install dependencies
npm install