Krishnaprasad Varma bio photo

Krishnaprasad Varma

Programmer, Ruby Enthusiast, Gopher interested in Python & Javascript. Recently developed an interest in Gardening.

Email Twitter Facebook Google+ LinkedIn Github Stackoverflow

See Rails in Action. Learn to develop an Online Books Store API using Rails 4. In this session, we will do the following:


1) Create a rails application from scratch and configure the required gems for test driven development

2) Develop a book store API application which will accept a GET request the URL /api/v1/books.json and returns a the json containing the list of books

3) Follow Test Driven Development (TDD) while developing the application