Node-login A login system based in Node.js Configuration/Installation Instructions Install MongoDB Run npm install Create a data folder Modify nodemailer setup variables in auth.json (By default, there is a package for mailgun) Start up the MongoDB server with mongod --dbpath 'path to data folder' Change the database in app.js on line 72 (optional) Start node node app.js Go to http://localhost:1337/register Register the first user to create the database Extra: Go to: http://localhost:1337/userlist to see the user