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
A service for renting out movies: joi is used for validation along with joi-objectid package to validate ids, mongoDB is used on the backend. We used mongoose to utilize mongoDB, express for router handlers. json web token for authentication purpose and jwtPrivateKey is stored in environement variables using config package. winston is used to ha…