/hello-rails-react

This is a simple rails-react project that returns a random greeting. The project aims to implement a connection between a Ruby on Rails back-end and a React front-end, showcasing the integration of these two powerful technologies in one app.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 [Hello Rails React]

[Hello Rails React] is a simple Full-stack project that returns a random greeting. The goal of this project is implementing a connection between a Ruby on Rails back-end and React front-end.

🛠 Built With Ruby on Rails

Tech Stack

  • React
  • Ruby
  • Rails
  • PostgreSQL
Server
Database

Key Features

  • [Ruby on Rails back-end]
  • [React front-end]

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby installed on your computer. Download Ruby via the official website
  • Install rails. Run gem install rails
  • You also need to have PostgreSQL installed

Setup

Clone this repository to your desired folder:

Install

Install this project with:

  • run bundle install to install necessary gems

Usage

To run the project, execute the following command:

  • rails db:create db:migrate db:seed
  • bundle exec rails assets:precompile
  • run rails s
  • On your browser, type localhost:3000 to see the app

👥 Author

👤 Wilson Kimiri

(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 this project a ⭐️ if you like it.

(back to top)

🙏 Acknowledgments

Hat tip to Microverse for the guidance and provision of Ruby on Rails/React learning materials

(back to top)

📝 License

This project is MIT licensed.

(back to top)