/hellorailsreact

Hello Rails react

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

Hello Rails React App

Rails application connecting React with Rails using webpack and babel

🛠️ Built With

Tech Stack

Client
Backend
Database

Key Features

-Display the random greeting in your Greeting component.

(back to top)

💻 Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-prefered-folder

  git clone https://github.com/harshi0102/hellorailsreact.git

Install

Install this project with:

  cd hellorailsreact

  bundle install

Database

Create the databases and run migrations with:

rails db:create
rails db:migrate
rails db:seed

Usage

To run the project, execute the following command:

  yarn build
  rails server or rails s

Run tests

To run tests, run the following command:

  rspec spec/

(back to top)

👥 Authors

👤 Harshika Govind

(back to top)

🔭 Future Features

  • Improve the styling

(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 give it a star.

(back to top)

🙏 Acknowledgements

Thanks to Microverse for their support.

(back to top)

📝 License

This project is MIT licensed.

(back to top)