See Rails in Action. Learn to develop an Online Books Store API using Rails 4.
In this session, we will do the following:
-
Create a rails application from scratch and configure the required gems for test driven development
-
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
-
Follow Test Driven Development (TDD) while developing the application
- 1. Installation Links
- 2. Create a rails Application and Configure it
- 3. Setup Database and start the application
- 4. Write the User Story
- 5. Write the first Request Spec
- 6. Defining Routes
- 7. Implementing the first Controller
- 8. The Render Method
- 9. Implement the User Story
image courtesy : http://compsci.ca, http://blog.bounceweb.com