/yat

Yet another TODO

Primary LanguageJavaScript

yat

Yet another TODO

RESt api

Post on '/api/todos' add todo and return all todos from Db

Get on '/api/todos/:id' return todo by id

Put on '/api/todos/:id' update todo by id (fully)

Del on '/api/todos/:id' delete todo by id OR todos by ids (comma separated uri)

git clone npm start