Skip to content

A starter app built on Ruby on Rails 6.0.2 + Ruby 2.7.0 + React.js 16.13.1 + Docker Compose

Notifications You must be signed in to change notification settings

aryrabelo/rails-react-docker-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Rails API + React + Docker Starter

** It's a starter app to help people create the Rails+React monolith with independent projects Rails is on backend folder and React on *frontend*, that comes with:

Usage

$ git clone https://github.com/aryrabelo/rails-react-docker-starter.git && cd rails-react-docker-starter

# Setup
$ docker-compose run frontend yarn
$ docker-compose run backend rake db:create

# Start
$ docker-compose up -d
$ open http://localhost:3000

More details

Backend

The combination, Rails + PostgreSQL + Docker Compose, is just a result from this work Rails-React-TypeScript-Docker updated and fixed to have only what I usually need.

Frontend

Bootstrapped with create-react-app

About

A starter app built on Ruby on Rails 6.0.2 + Ruby 2.7.0 + React.js 16.13.1 + Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published