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