Skip to content

Sparsh300/todo-api

Repository files navigation

ToDo API

A simple RESTful API for managing tasks using Node.js and Express. Includes unit tests and Docker support.

Scripts

  • npm start — run the server
  • npm test — run Jest tests

Docker

docker build -t todo-api .
docker run -p 3000:3000 todo-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published