Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 654 Bytes

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