Authentication API with NodeJS and Mongo DB Hello! This is a small project that demonstrates how to build an Authentication API with NodeJS (ExpressJS) and MongoDB. Requirements Nodejs - 8.x or greater version NPM - 5.x or greater version Steps to Setup Install dependencies npm install Change your MongoDB URL on ./config/config.js bd_string: 'YOUR_DB_URL_HERE' Run node app.js