Skip to content

CheraHamza/Members-Only

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Members Only

This is a simple Express application that allows users to sign up, log in, and create anonymous posts.

Features

  • Anonymous posts are visible to all users, including non-logged-in visitors.
  • Posts can be created by any logged-in user.
  • Regular members can only see the content of posts created by others.
  • Special members can see the authors of the posts.
  • Admin users can delete any post.

stack

  • Node.js (backend)
  • Express (web framework)
  • EJS (templating engine)
  • PostgreSQL (database)
  • Sass (CSS preprocessor)
  • Bcrypt (password hashing)
  • Passport.js (authentication middleware)

About

Simple Express application that allows users to sign up, log in, and create anonymous posts.

Topics

Resources

Stars

Watchers

Forks

Contributors