What are the main API endpoints in DevTinder?
Signup, login, profile view/edit, feed with pagination, send connection request, review (accept/reject) request, list connections, and Socket.io events for real-time chat.
Verify This Answer
Cross-check this information using these trusted sources:
More FAQs in DevTinder Project Overview and GitHub Repos Full Stack Node.js Project Structure
Two repositories enable independent deployment (backend on EC2, frontend on Vercel), separate team workflows, different tech stacks, and a clean API contract as the only coupling between frontend and backend.
Node.js, Express, MongoDB with Mongoose, JWT authentication with HTTP-only cookies, Socket.io for real-time chat, PM2 for process management, and Nginx as a reverse proxy.
React, TailwindCSS for styling, Redux Toolkit for state management, React Router for client-side routing, Axios for HTTP requests, and Socket.io client for real-time chat.
Still have questions?
Browse all our FAQs or reach out to our support team
