Skip to content

Testing Add Todo Endpoint

Since our endpoint for adding todos uses POST method we cannot test it by just accessing the link.

You will need to use some tool for REST APIs testing like Postman or some other. For this project we will Postman (https://www.postman.com/). You will need to download and install it from their website.

After you download and sign in to Postman successfully, you should create a new "Workspace".

Postman Create Workspace
Postman Create Workspace

Now we need to create and setup "Request" in order to be able to test it. We can do it by clicking "+" button as on the image below.

Postman Create Request
Postman Create Request