A anonymous forum web application built with Javascript, Express and PostgreSQL. It allows users to create and delete posts and only allows users who are either members or admins to see the author of all posts.
Users can become members by entering a secret passcode in the membership form.
The project utilizes the following technologies and libraries:
- EJ for rendering dynamic views.
- PassportJS for authentication and user login.#
- Allow users to edit posts
- Implement pagination for posts
- Allow users to query posts by searching for keywords