Skip to content

This is a message-board where you can post messages and become a member.

Notifications You must be signed in to change notification settings

alexsrebernic/Members_Only_TOP

Repository files navigation

Members_Only_TOP

Alex Srebernic

This is a message-board where you can post messages and become a member to see other peoples names.
In this app i learn to use:

  • Express
  • Cookies
  • passport.js
  • .env
  • MongoDB
  • Mongoose
  • Pug

LIVE SERVER

Run app locally

The steps to run this app locally are:

  1. Clone,pull or download this repository.
  2. Open folder in code editor and change process.env.MONGODB_URI variable to your mongoDB url
  3. Change variable process.env.PASSWORD_MEMBER and process.env.PASSWORD_ADMIN to anything you want
  4. Run in terminal npm run devstart
  5. Go to http://localhost:3000