/rails-react-recipe

Ruby on Rails Project with a React Frontend

Primary LanguageRuby

README

This project was completed from https://www.digitalocean.com/community/tutorials/how-to-set-up-a-ruby-on-rails-project-with-a-react-frontend

Posted on Aug 8, 2019.

In this tutorial, I created a Ruby on Rails application that stores favorite recipes then displays them with a React frontend. Other features include creating, viewing, and deleting recipes using a React interface styled with Bootstrap


This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...