Documentation - Movie API

auth.js

Handles user authentication using JWT (JSON Web Tokens).
Source:

index.js

Configures an Express server for the application, handles routes, and implements user authentication and logging.
Source:

models.js

Defines Mongoose schemas for Movies and Users, including methods for password handling.
Source:

passport.js

Configures Passport.js for user authentication using Local and JWT strategies.
Source: