aiziyouainvhaiganjingdenvhai
v2.1.3
Published
backend of the application is
Downloads
3
Maintainers
Readme
Task Management Server
This is a simple Node.js server built using Express.js for managing tasks.
Installation
- Clone this repository.
- Navigate to the project directory.
- Install dependencies using
npm install
.
Usage
- Start the server using
npm start
. - Send GET requests to
/tasks
to fetch the list of tasks. - Send POST requests to
/tasks
to add new tasks.
Endpoints
GET /tasks
: Fetches the list of tasks.POST /tasks
: Adds a new task.
Dependencies
- Express.js: Web framework for Node.js.
- body-parser: Middleware to parse JSON requests.
License
This project is licensed under the MIT License. See the LICENSE file for details.