Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 844 Bytes

fullstack.md

File metadata and controls

16 lines (14 loc) · 844 Bytes

Fullstack

Context

The rails_api_base was originally created to be used as a backend API, but it evolved to be more than just that, and now it is also intended to be used for Rails Fullstack apps.

Stack

The chosen stack is:

Setup

In order to setup the rails_api_base for fullstack development, run

bin/rails app:template LOCATION=./bin/fullstack.rb

in the root of the project and it will automatically install and configure everything you need.