/express-members-only

Practicing creating and authenticating users and giving users different abilities and permissions.

Primary LanguageJavaScript

express-members-only

A club where authenticated user or member of the club can write posts. Inside the club, members and admins can see who the author of the post is, but outside they can't see the author. Only the admins can delete posts.

Passcode to join the club is clubPasscode123 Passcode to become an admin is adminPasscode123

For more information about this project visit The Odin Project.

Built With

  • Pug
  • CSS
  • Bootstrap
  • Node.js/Express
  • MongoDB/Mongoose
  • passport using passport-local strategy