jod35 / ToDoAPI-v1

this is first version of this todo REST API I buit while learning ExpressJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo API Version 1

This is a rest API I built while learning Express JS framework from here

The End Points

HTTP Verb URL Result
GET /api/v1/todos/ returns all todos
GET /api/v1/todos/:id/ returns a todo with a given id
POST /api/v1/todos/ add a todo
PUT /api/v1/todos/:id/ update a todo with a given id
DELETE /api/v1/todos/:id/ delete a todo with a given id

Clone Project With

git clone https://github.com/jod35/ToDoAPI-v1.git

Install Project dependencies

npm install

Run With

npm start

About

this is first version of this todo REST API I buit while learning ExpressJS


Languages

Language:JavaScript 100.0%