Cluab / hello-rails-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Hello Rails React

This is a Rails application with React that displays a random greeting message.

Table of Contents

Built With

The Recipe App was built with:

  • Ruby On Rails
  • PostgreSQL
  • React & Redux

Getting Started

To get a local copy up and running, follow these steps:

Prerequisites

To run this project, you'll need to install:

  • Ruby 2.7.0 or later
  • Rails 6.0 or later
  • PostgreSQL
  • Node.js and npm
  • yarn

Installation

  1. Clone this repository to your desired folder:

git clone git@github.com:Cluab/hello-rails-react.git

cd hello-rails-react

  1. Install the required gems:

bundle install

  1. Set up the database:

rails db:create

rails db:migrate

  1. Install the required packages:

yarn install

Usage

To run the project, execute the following command:

./bin/dev

Deployment

You can deploy this project using:

  • Heroku
  • AWS Elastic Beanstalk
  • Other cloud hosting providers

Authors

👤 Ibrahim Suhail Al-Yousefi

Future Features

  • Show different greetings

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!

Acknowledgements

  • Microverse for providing the education that inspired this project.
  • RailsGuides for the excellent documentation on Ruby on Rails.
  • React Router for the excellent documentation on routing with React.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

License:MIT License


Languages

Language:Ruby 68.4%Language:HTML 19.1%Language:JavaScript 9.6%Language:CSS 2.4%Language:Shell 0.5%