I have edited controller files (userController.js), routes (index.js), models (two files), and the config folder (edited config.json, created/edited passport.js file, created a middleware folder and an isAuthenticated.js file), and created a bin folder with a www.js file for running the application. To run the app, type npm start in the terminal. Note that my database has a password. We may have to adjust this later.
Guys,
I have edited controller files (userController.js), routes (index.js), models (two files), and the config folder (edited config.json, created/edited passport.js file, created a middleware folder and an isAuthenticated.js file), and created a bin folder with a www.js file for running the application. To run the app, type npm start in the terminal. Note that my database has a password. We may have to adjust this later.
Thanks, guys.