Skip to content

Basic Website made with Node, Express, Pug and MongoDB.

Notifications You must be signed in to change notification settings

deepkrg17/Node_Exp-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node_Exp Website

Basic Website made with Node, Express, Pug and MongoDB.

Dependencies

  • express - The server for handling and routing HTTP requests.
  • pug - Template engine for HTML.
  • mongoose - For modeling and mapping MongoDB data to javascript.
  • bcryptjs - For hashing password.
  • jsonwebtoken - For generating JWTs used by authentication.
  • cookie-parser - For accessing JWT token whic is saved in cookie.
  • dotenv - For .env file.

About

Basic Website made with Node, Express, Pug and MongoDB.

Resources

Stars

Watchers

Forks