/members-only-site

Members only site

Primary LanguageEJS

The page is a members dashboard page

users must be registered and login inorder to post their requests

once logged in you can now view the home page and post your messages

the site contains: HOME,DASHBOARD,LOGIN,REGISTER pages

get the passcode to post a message

Install Node modules from package.json

use your default mongodb configurations to configure the files

  npm i

Run the app locally

  npm run start

Packages used

="bcrypt": "^5.0.1", ="connect-flash": "^0.1.1", ="ejs": "^3.1.6", ="express": "^4.17.1", ="express-ejs-layouts": "^2.5.0", ="express-session": "^1.17.1", ="mongoose": "^5.12.9", ="nodemon": "^2.0.7", ="passport": "^0.4.1", ="passport-local": "^1.0.0"