Skip to content

attali-david/message-template

 
 

Repository files navigation

Members Only

Introduction

  • Members Only is an app created with Node.js / Express.js and Pug HTML Template Engine.
  • Live Preview

Project's Aim

  • Creating blog like posting app to practice CRUD model, MVC architecture and Passport.js authentication.

Key Technologies

  • Node.js / Express.js
  • Pug HTML Template Engine
  • Passport.js
  • bcyrptjs
  • luxon
  • mongodb / mongoose

Features

  • Register and login mechanism.
  • Passwords stored in database, hashed with bcyrpt.js.
  • Passport.js local strategy is used.
  • Get admin or membership authorities with codes.
  • Only members can see who sent the post and when the post is sent.
  • Members and admins can create and delete posts.
  • Admins have authority to remove other members posts.

Codes

  • Membership code: supersecretmembercode321

Sources

Project Status

+ Completed.

About

The Odin Project - Members Only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.1%
  • Pug 30.4%
  • CSS 17.4%
  • Procfile 0.1%