Social Networking Site Features : Post Pictures , Quotes Comments and Likes added Chat Room Authentication using PassportJS , passport-local strategy is used. 5)Used SCSS File structure assets - This folder holds assets such as css and javascript config - This holds our configuration files, like mongoDB uri controllers - These hold all of the callback functions that each route will call models - This holds all of our data models routes - This holds all of our HTTP to URL path associations for each unique url uploads - This holds all of our uploades posts and profile images views - This folder contains all the ejs files index.js - Main file where all the code is written .gitignore - Tells git which files to ignore README - This file! GUI