Node Express Passport Mongoose Example @tommychheng Example project showing how to implement passport auth with express and mongoose. Setup Install and run mongodb. To start server: npm install npm run start-dev Test To run functional tests: npm run function_test