Skip to content

'Todo RESTful API with Rails5' is the implementation of todo list API where users can manage their to-do lists and todo items. Implementation features request authorization and user authentication and signup.

Notifications You must be signed in to change notification settings

jejak/todo-restful-api-with-rails5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo RESTful API with Rails5

It is the implementation of todo list API where users can manage their to-do lists and todo items.

It is a working final code base for Austin Kabiru's three part tutorial - the 'Build a RESTful JSON API With Rails 5'.

Here are the link to these tutorial parts:

The API features

  • RESTful API implemented with Rails5
  • Implementation authorizes requests and authenticate users
    • The request authorization is token-based with JWT (JSON Web Tokens)
    • The user authentication mechanism uses password digest
  • All API parts have been developed with Test Driven Development methodology which results that all part is covered Rspec tests

Unit Test

  • Test framework used Rspec
  • Test data in unit test has been generated by FactoryGirl

About

'Todo RESTful API with Rails5' is the implementation of todo list API where users can manage their to-do lists and todo items. Implementation features request authorization and user authentication and signup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published