Skip to content

VS800624/devTinder_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Signup

Frontend → /signup → Validate → Hash password → Save user → Create JWT → Store JWT in cookie → User logged in

Login

Frontend → /login → Validate email → Check password → Create JWT → Store JWT in cookie → User logged in

Logout

Frontend → /logout → Remove cookie → User logged out

About

Backend API for DevTinder built with Node.js, Express, and MongoDB providing authentication, profile management, connection requests, and WebSocket-based real-time chat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors