Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 278 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 278 Bytes

Introduction

A skeleton docker compose setup for quickly building Rails API applications with React Frontend.

Features

  • Postgres database
  • Nginx proxy to avoid cross origin issues.
  • Rails 5 API Application
  • Hot code loading in both rails and react application.