This is a simple message board application built with Node.js and Express.
- Clone the repository
- Run
npm installto install dependencies - Run
npm startto start the server
GET /api/messages- Get all messagesPOST /api/messages- Add a new messageDELETE /api/messages/:id- Delete a message by ID