/todo-api-with-node-express

A simple experimental Todo Web API with Node.js And Express.js

Primary LanguageJavaScript

A simple experimental Todo Web API with Node.js And Express.js

This is an experimental Todo Web API. There is no any database system behind it. It holds the item data in memory. You can use it in your experimental projects.

This repo has been used by educational purpose for writing this article

Explore

todowebapi.herokuapp.com

Getting Started

To running locally

npm install
npm start

To running tests

npm test