Skip to content

samayine/simple-task-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Task API

A simple RESTful API for managing tasks, built with Node.js and Express.js.

Features

  • GET /api/tasks – Get all tasks
  • POST /api/tasks – Add a new task
  • PUT /api/tasks/:id – Mark a task as completed
  • DELETE /api/tasks/:id – Delete a task

Tech Stack

  • Node.js
  • Express.js
  • Local JSON file for data storage (tasks.json)

How to Run

git clone https://github.com/samayine/simple-task-api.git
cd simple-task-api
npm install
node server.js

About

Lightweight REST API for managing tasks using Node.js, Express, and JSON file storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors