/hello-rails-back-end

Now that you're familiar with Rails and React, it's time to put them together in a new kind of 'Hello World!' app. This exercise is going to have you create a React front-end with a Rails back-end and connect them to display a random message.

Primary LanguageRuby




logo

📗 Table of Contents

📖 Hello Rails Back-end

An API endpoint to provide random quotes.

React Front-end repository

🛠 Built With

Tech Stack

Ruby Rails Webpack React Postgres

Client
Server
Database

💻 Getting Started

Prerequisites

In order to run this project you need:

  • Check the Ruby version or if you have at all by running ruby -v if you get something like this ruby 2.6.8p205 (2021-07-07 revision 67951) you have Ruby installed.

Setup

  • Clone the repository by runiing git clone https://github.com/raminka13/hello-rails-back-end.git in your CLI.
  • cd recipe-app

Install

Install this project with:

  • Run bundle install
  • Run rails db:create db:migrate

Usage

To run the project, execute the following command:

  • Run rails server
  • Open Browser http://localhost:3000/

👥 Authors

Mention all of the collaborators of this project. 👤 Raul A Ospina 🧑🏻‍💻

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project. Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

📝 License

This project is MIT licensed.

(back to top)