/loginTemplate-NodeJS

Simple Login Template for NodeJS Applications

Primary LanguageJavaScript

Login Template

This is a simple login template that can be used in any NodeJS project.

Technology Stack

  • NodeJS
  • ExpressJS
  • MongoDB
  • Mongoose
  • Passport
  • EJS
  • Bootstrap(Bootswatch)

Note : Please install NodeJS before locally installing the project

Local Installation

Cloning Instructions

git clone https://github.com/creyente1897/loginTemplate-NodeJS.git

cd loginTemplate-NodeJS

Installing Dependencies

npm install

Note : Please change the MongoURI in the config/keys.js file to your own URL like mongodb://127.0.0.1:27017/UsersDB before proceeding further

Running the Application

node app.js

OR

nodemon app.js

You can now visit your application at http://localhost:5000/