Mongodb – todo delete/put request not working when create new task
I'm learning back end development and need some help in mongodb, axios my project is a simple todo app which stores the created tasks in a mongoDB database. link of repository is here My problem is when I create a…