Skip to content

alvinlai/authexample-ror-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authexample-ror-tutorial

AuthExample Ruby on Rails Application created for the tutorial posted on lucatironi.github.io.

Ruby on Rails and Android Authentication Part One

In this three-part tutorial you'll learn how to build an authentication API that can allow external users to register, login and logout through JSON requests, with Ruby On Rails.

Ruby on Rails and Android Authentication Part Two

The second part of the tutorial will let you code an Android app that uses the JSON authentication API developed in the previous tutorial.

Ruby on Rails and Android Authentication Part Three

I wanted to add some more features to the Android app and its Rails backend. Now the user can create and complete tasks just like in a real ToDo mobile application.

Installation

git clone https://github.com/lucatironi/authexample-ror-tutorial.git
cd authexample-ror-tutorial
bundle install
rake db:create db:migrate
rails s

About

AuthExample Ruby on Rails Application created for the tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published