Configures an Express server for the application, handles routes, and implements user authentication and logging. Source: index.js, line 1
Defines Mongoose schemas for Movies and Users, including methods for password handling. Source: models.js, line 1
Configures Passport.js for user authentication using Local and JWT strategies. Source: passport.js, line 1