/hello-rails-back-end

This is an application created from React front-end with a Rails back-end and connect them to display a random message.

Primary LanguageRuby

Rails project with a React and Redux front-end with two apps

linke to react app: https://github.com/moise-mulungu/hello-react-front-end/tree/develop/Module_six/hello-react-front-end

Learning objectives

  • I implemented the connection between a hello world back-end app with a front-end app with rails and react

Built With

  • Ruby on Rails

Getting Started

Prerequisites

  • Ruby
  • Rails gem
  • PostgresQL

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

step1) cloning the project:

git@github.com:moise-mulungu/hello-rails-back-end.git

step2) go to the right folder:

cd hello-rails-back-end

step3) Install:

bundle install

step4) run the command:

rails s

or

ruby bin\rails server (recomended if you are using windows OS)

Run linters:

rubocop

Author

👤 Moise Mulungu

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!

License

This project is MIT licensed.