2.1.3 • Published 1 year ago

aiziyouainvhaiganjingdenvhai v2.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Task Management Server

This is a simple Node.js server built using Express.js for managing tasks.

Installation

  1. Clone this repository.
  2. Navigate to the project directory.
  3. Install dependencies using npm install.

Usage

  1. Start the server using npm start.
  2. Send GET requests to /tasks to fetch the list of tasks.
  3. Send POST requests to /tasks to add new tasks.

Endpoints

  • GET /tasks: Fetches the list of tasks.
  • POST /tasks: Adds a new task.

Dependencies

License

This project is licensed under the MIT License. See the LICENSE file for details.