creyente1897 / loginTemplate-NodeJS

Simple Login Template for NodeJS Applications

Home Page:https://login-template-ejs.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Simple Login Template for NodeJS Applications

https://login-template-ejs.herokuapp.com/


Languages

Language:JavaScript 51.2%Language:HTML 48.8%