Rails GraphQL API template for "micro"-services.
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.
Douglas Adams - The Hitchhiker’s Guide to the Galaxy
This is a very opinionated Rails 5.2+ API template that includes the following gems:
rails new PROJECT_NAME \
-m https://raw.githubusercontent.com/chimney-rock/rails-api-template/master/template.rb \
-d postgresql \
--skip-webpack-install \
--skip-action-cable \
--skip-sprockets \
--skip-javascript \
--skip-turbolinks \
--skip-test \
--api