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
To running locally
npm install
npm start
To running tests
npm test