movingfox / backend

Rails 6 application template for a backend server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backend

Rails application template for a backend server

How to create a new application with this template

Rails' new command options, or you can reate or modify the text file ~/.railsrc containing

--skip-coffee
--skip-spring
--webpack=stimulus
-d postgresql

Then, create a new application named site for example by

rails new site -m backend/template.rb

That's it.

About

Rails 6 application template for a backend server

License:MIT License


Languages

Language:Ruby 82.2%Language:Dockerfile 14.7%Language:Shell 3.1%