DEV Community

Cover image for Building API in Rails Series
Sajan Basnet
Sajan Basnet

Posted on • Updated on

Building API in Rails Series

Hi there, welcome to the series of Building API in Rails. Let's just start with what this series will cover

  1. Setting up our Ruby on Rails API only application with all necessary gems and stuff.
  2. Adding Rspec for the TDD approach.
  3. Building a CRUD RESTful APIs
  4. Active model serializers
  5. Integrating Fast JSON api, JSON API specification
  6. Securing our API with JWT
  7. Integration SWAGGER for api documentation
  8. and many more....

1️⃣ Buidling API in Rails Part 1 🚀​ .

2️⃣ Buidling API in Rails Part 2 💎 .

3️⃣ Buidling API in Rails Part 3 🚀​ .

4️⃣ Buidling API in Rails Part 4 💪​ .

5️⃣ Buidling API in Rails Part 5 🔒​ .

Top comments (0)