Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 374 Bytes

yg-task-list

This is a simple message board application built with Node.js and Express.

Installation

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm start to start the server

API Endpoints

  • GET /api/messages - Get all messages
  • POST /api/messages - Add a new message
  • DELETE /api/messages/:id - Delete a message by ID