A simple message board web application built using Node.js, Express, and EJS. Users can view, post, and browse messages with a modern interface.
- View all messages on the home page
- Submit new messages via a form
- View individual message details
- Modern, responsive UI with custom CSS
git clone https://github.com/agile-learning-institute/member-isaiah-mini-message-board
cd member-isaiah-mini-message-board
- Install Dependencies
npm install
- Run the Server
node app.js
The server will start on http://localhost:3000
💡 Usage
-
Visit / to see all messages.
-
Click "Post a New Message" to go to the form.
-
Fill out your name and message, then submit.
-
Click "View Details" next to any message to view it individually.
🧩 Technologies Used
Node.js
Express
EJS
Vanilla CSS