Mini Message Board

Source code: https://github.com/gofhilman/mini-message-board
The Mini Message Board is a simple web application that allows users to post messages with their name and view messages posted by others.
Features
- View all messages on the homepage.
- Post a new message with a name and content.
- View details of individual messages.
- Form validation to ensure proper input.
Tech stack
- Backend: Node.js, Express
- Frontend: EJS (Embedded JavaScript Templates), CSS
- Database: PostgreSQL
- Utilities: date-fns for formatting dates, express-validator for input validation