Skip to content

Repository files navigation

Todo API only application in Rails 5.

GET /todos

$ http :3000/todos

POST /todos

$ http POST :3000/todos title=Debashis created_by=1

PUT /todos/:id

$ http PUT :3000/todos/1 title=Biswal

DELETE /todos/:id

$ http DELETE :3000/todos/1

About

Rails 5 API only Application for Todo

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages