Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 477 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 477 Bytes

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 the Webpacker gem, build a React front-end to consume it.

Installation

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

Running

  • Start the Rails server with rails s