CRUDwithExpress

problem statement

Create a TODO API server in express

Use a API testing tools like Thunder Client , Postman etc

It will accept 4 different methods, GET, POST, PUT, DELETE.

you can use a simple file based storage if you want.