/hello-rails-react

Primary LanguageRubyMIT LicenseMIT

Hello Rails React

Generate random greeting messages.

Made With 🔖

  • Ruby on Rails
  • React
  • Linter: Rubocop
  • Code Editor: VS Code

Getting Started

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

  • $ git clone yourrepo.git
  • $ cd yourrepo
  • $ bundle
  • $ rails db:setup
  • $ rails s

Prerequisites

A web browser like Google Chrome. A code editor like Visual Studio Code with Git and Ruby. You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Ruby installation.

$ ruby --version && irb

To install rails, in the terminal kindly run this command

$ gem install rails

Setup Clone the repository using the GitHub link provided below.

Install

In the terminal, go to your file directory and run this command.

Usage Kindly modify the files as needed.

bundle install

Setup database

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

Authors

👤 Sahar Saba Amiri

🤝 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!

Acknowledgments

Microverse Code Reviewers Original design idea by Gregoire Vella on Behance. The Creative Commons license of the design requires that you give appropriate credit to the author. Therefore, you must do it in the README of your project.

📝 License

This project is MIT licensed.