This is a simple Express application that allows users to sign up, log in, and create anonymous posts.
- 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.
- Node.js (backend)
- Express (web framework)
- EJS (templating engine)
- PostgreSQL (database)
- Sass (CSS preprocessor)
- Bcrypt (password hashing)
- Passport.js (authentication middleware)