Hello-Rails-React App

This project is a Rails-React application, it serves as the back-end for a live API, and delievers front-end react-redux application to the client to serve as the user interface, it renders a random greeting message each time the user loads the page.

Built With

  • Ruby
  • Ruby on Rails
  • Redux
  • React

Getting Started

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

  • git clone https://github.com/Rayan84/hello-rails-react.git

  • cd hello-rails-react

Prerequisites

Ruby Rails PostgresSQL

Setup

Install gems with:

bundle install

Setup database with:

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

Start server with:

rails server

Open http://localhost:3000/ in your browser.

Run tests

Install npm with:

npm i

Install rspec with:

bundle install

and

rails generate rspec:install

run the test with:

rspec spec

Author

👤 Rayan Rassam

🤝 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

📝 License

This project is MIT licensed.