📗 Table of Contents

📖 Hello Rail React

Hello Rails React is a setup sample for a Ruby on Rails and React application using webpack bundler

🛠 Built With

Tech Stack

Client
Server
Database

Key Features

  • Rails and React integration
  • Random Greetings

(back to top)

🚀 Live Demo (not available)

(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
  • Rails
  • Postgres DB

Setup

Clone this repository to your desired folder:

  git clone git@github.com:Tamunokuro/Hello-rails-react.git

Install dependencies

  bundle install

Create database

  rails db:create

Run this project using

  rails s

(back to top)

👥 Authors

👤 Author1

(back to top)

🔭 Future Features

  • Styling for messages
  • Functionality to create messages
  • Aunthentication for users

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please leave a ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank microverse for this project inspiration

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)