You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nodejs (express server) with sequelize as ORM and postgres as database. RabitMQ is used to mimic microservices. where as nodemailer is used as mailer. This project gives the basic stucture of application with user CRUD & Signup forgotpassword and login session managment API's.
The User Todo API is a backend application built with Node.js and Express.js, providing user authentication, role-based authorization, and to-do management functionalities. It uses JWT in HTTP-only cookies for secure authentication and supports features like user registration, login, and managing personal or admin-level tasks.