#TODO API This is a complete node example for setting up security with Passport.js and persistence with MongoDB
1 Easiest way to set up the database: install docker
2 Run MongoDB docker image
docker run -d -p 27017:27017 --name some-name mongo
npm install
npm run test