/nodejs-authentication

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.

Primary LanguageJavaScript

nodejs-authentication

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser.

Instructions If you would like to download the code and try it for yourself:

#Clone the repo: git clone git@github.com:glokesh94/nodejs-authentication #Install packages: npm install #Change out the database configuration in config/database.js #Change out auth keys in config/auth.js #Launch: node server.js #Visit in your browser at: http://localhost:8080