todo-server-typescript
in the terminal : 1- npm install. 2- tsc -w 3- new terminal 4- npm run dev
api endpoints :
to get all the todos => http://localhost:6000/todos/ method : get to create new todo => http://localhost:6000/todos/ method : post to update todo => http://localhost:6000/todos/:id method : patch to delete todo => http://localhost:6000/todos/:id method : delete