Skip to content

alligatordev/fruitsApp-ror-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruits

Simple Rails CRUD app with React Frontend, using ‘react-rails’ gem.

Motivation for this project is to help me learn how to integrate React & Rails.

Following this tutorial.

Getting started

To set up the project

  1. clone repo to your local machine git clone https://github.com/MHUS25/fruits-app.git
  2. Run the command gem install bundle (if you don't have bundle already)
  3. When the installation completes, run bundle

To set up the database

rake db:setup

To run the app

rails server and visit www.localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published