Skip to content

xanast/task-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task API (Express.js)

A simple REST API built with Node.js and Express.

Features

  • Create tasks
  • Retrieve all tasks
  • In-memory storage
  • JSON-based API

Endpoints

  • GET /tasks
  • POST /tasks

Tech Stack

  • Node.js
  • Express.js

How to Run

npm install
node index.js

About

Simple REST API built with Node.js and Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors