Read more

travisliu/traim: Resource-oriented microframework for RESTful APIs

Henning Koch
August 01, 2017Software engineer at makandra GmbH

Use Traim Show archive.org snapshot to build a RESTful API for your ActiveRecord models with very little code.

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

Traim assumes your API resources will map 1:1 to your ActiveRecord models and database tables. This assumption usually falls apart after a few months into a project, so be ready to replace your Traim API with something more expressive afterwards.

Traim outputs a Rack application which you can either serve standalone or mount into your Rails app.

Posted by Henning Koch to makandra dev (2017-08-01 14:26)