/authentication-API-with-NodeJS-and-MongoDB

Authentication API with NodeJS and MongoDB

Primary LanguageJavaScript

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

  1. Install dependencies
npm install
  1. Change your MongoDB URL on ./config/config.js
bd_string: 'YOUR_DB_URL_HERE'
  1. Run
node app.js