An exclusive clubhouse where members can write anonymous posts. Inside the clubhouse, members can see the author of a post, but outside, they can only see the post but can't tell the author.
See the live demo.
- NodeJS (Express Framework)
- PostgreSQL (SQL)
- Embedded JavaScript (EJS)
- node-postgres (pg), to interface with the Postgres database
- express-validator, to validate and sanitize HTML inputs
- PassportJS, express-session, and express-flash, to authenticate users
This Members Only project is part of The Odin Project's Full-Stack Web Development (JavaScript) path.