Skip to content

ndraaditiya/public-api-crud-todoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

public-api-crud-todoApp

This just a simple TODO API with GET, POST, PUT and DELETE endpoints. I made this with Mongoose.

You can access this API for free, just in case you need a CRUD API when you currently learning a Front-End

You'all can access the API URL on: https://calm-plum-jaguar-tutu.cyclic.app/todos

For this API URL
I set rate limit 5 requests/minute for (POST, PUT, DELETE) and 2 requests/second for Get Data

This an example how you accessing the API and the responses you will got

#GET image

#GET BY ID image

#GET BY RANGE DATE image

#POST image

#PUT image

#DELETE image

Releases

No releases published

Packages

No packages published