KridHedy / nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLEASE OPEN VISUAL CODE OR WHATEVER EDITOR OR SHELL SCRIPT AND INSTALL THE DEPENDENCIES FIRST (NODES MODULES) inside the project folder

npm i express bcryptjs passport passport-local ejs express-ejs-layouts mongoose connect-flash express express-session

This is a user login and registration app using Node.js, Express, Passport, Mongoose, EJS and some other packages.

Usage

$ npm install
$ npm start
# Or run with Nodemon
$ npm run dev

# Visit http://localhost:5000

MongoDB

Create a mongoDB cluster then copy paste your connection String Open "config/keys.js" and add your MongoDB URI, local or Atlas

About


Languages

Language:JavaScript 51.7%Language:HTML 48.3%