Skip to content

gowthamchinna/rails-crud-poc

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 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published