/hello-rails-react

Hello Rails React is a wonderful example of how to combine two powerful frameworks to create a modern web application. With Rails as your backend and React as your frontend, you can enjoy the benefits of both worlds: fast development, easy testing, and rich user interface.

Primary LanguageRubyMIT LicenseMIT

πŸ“— Table of Contents

πŸ“– Hello React Rails

Hello React Rails Hello Rails React is a wonderful example of how to combine two powerful frameworks to create a modern web application. With Rails as your backend and React as your frontend, you can enjoy the benefits of both worlds: fast development, easy testing, and rich user interface.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • User can get random greetings!

πŸ’» Getting Started

Prerequisites

In order to run this project you need:

Setup

To clone this repository to your desired folder:

  • You can download the Zip file from the GitHub repository, or clone the repository with:
git clone https://github.com/paulsaenzsucre/hello-rails-react.git
  • Access the cloned directory with:
cd hello-rails-react

Install

Install this project with:

bundle install
yarn install

Usage

To run the project, execute the following command:

bundle exec rails db:create
bundle exec rails db:migrate
bundle exec rails start

then go to [http://localhost:300] (http://localhost:300).

Run tests

To run tests, run the following command:

  bundle exec rails db:migrate RAILS_ENV=test
  bundle exec rspec

Deployment

To deploy this project you will need a database service and a web service.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Paul SΓ‘enz Sucre

(back to top)

πŸ”­ Future Features

These are the future features of our project:

  • User can filter the greetings by some key

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

πŸ™ Acknowledgments

  • Hat tip to anyone whose code was used.
  • Thanks for all the curated content that was provided to us.
  • Thanks to my learning and coding partners for all their support.

(back to top)

❓ FAQ (OPTIONAL)

  • What are the system requirements to use your project?

    If you are excited about building web applications with Ruby on Rails, you might be wondering what are the system requirements to use a rails app. Well, the good news is that you don't need a lot of fancy hardware or software to get started. All you need is a computer with a modern operating system, such as Windows, Mac OS X, or Linux, and a text editor of your choice. You will also need to install Ruby, which is the programming language that Rails is based on, and Rails itself, which is a framework that provides tools and conventions for web development. You can find detailed instructions on how to install Ruby and Rails on the official website: Ruby on Rails. Once you have Ruby and Rails installed, you are ready to create and run your own rails app!

  • What are the key features of your project and how can I use them?

    Hello React Rails is a simple and funny web application that showcase how you cam implement an app using React and Rails. React is a JavaScript library for building user interfaces, and Rails is a Ruby framework for developing web applications. Together, they make a powerful combination that lets you write less code and do more.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)