A simple message board application built with Express.js and EJS templating engine.
The website might take some time to load at first because it's using the free instance of Render, please be patient.
This message board allows users to create new messages that will be displayed on the main board. Users can click on individual messages to view their full content.
- Node.js - JavaScript runtime environment
- Express.js - Web application framework
- EJS - Embedded JavaScript templating
- CSS - Styling
- JavaScript - Functionality
- Node-Postgres - PostgreSQL client for Node.js
- Clone this repository:
git clone https://github.com/NicoCodesCode/message-board.git
cd message-board
- Install dependencies:
npm install
- Start the application:
npm run dev
- Open your browser and visit:
http://localhost:3000
- The main page displays all messages in a list or grid format
- Each message shows its title and creation date
- Click the "New Message" button on the main page
- Fill in all the fields
- Click "Submit" to add your message to the board
Click the button "Open Message" on any message to view its full content on a dedicated page
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.