DammyShittu / Hello-Rails-React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello-Rails-React

This project contains the first trial at connecting React on the front-end to Ruby-on-Rails on the backend. The app displays random messages contained in the seed file every time the button is clicked on.

Getting Started

  • Make sure you have Ruby and Postgresql installed on your system.

  • Install rails by running gem install rails

  • Clone this repository by running git clone https://github.com/DammyShittu/Hello-Rails-React.git in your command line.

  • Navigate to the repository by running cd Hello-Rails-React.

  • Run yarn install to install all dependencies

  • Run rails db:create, rails db:migrate, and rails db:seed to create, migrate, and use seed data from your database.

  • Run rails s and go to http:localhost:3000 to view the app.

Built With

  • Ruby On Rails
  • React-Rails gem
  • Redux

Version Control System

  • Git

Author

👤 Adedamola Shittu

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About


Languages

Language:Ruby 61.0%Language:JavaScript 17.4%Language:HTML 13.1%Language:Batchfile 6.9%Language:CSS 1.6%