Single Sign On App
on the origin root run ==> npm install
download mongodb https://www.mongodb.com/download-center#community and run the .exe or .msi file
to run mongod got to C:\Program Files\MongoDB\Server\3.4\bin and run command ==> mongod
install robomongo https://robomongo.org/ and create a db with name SSO containing a users collection {email:'your email', password:'password'}
go to the root again and run ==> node server.js
to see requests install postman (extension)