Skip to content

ra0321/React-Rails-CRUD

Repository files navigation

Creating a Simple CRUD App with Rails and React

This is the code repository to accompany a tutorial on how to create a Rails API then, using esbuild, build a React front-end to consume it.

Requirements

There are instructions for installing both Ruby and Node at the beginning of the tutorial.

Installation

  • Clone repo
  • Run bundle install
  • Run npm install
  • Run rake db:create, rake db:migrate, then rake db:seed

Running

About

A simple CRUD app built with React, Rails and esbuild

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published