📗 Table of Contents

📖 [Hello Rails React App]

[This poject was built to implement a connection between a Ruby on Rails back-end and React front-end. Understand the pros and cons of different approaches of connecting Ruby on Rails back-end with React front-end.] is a...

🛠 Built With

Tech Stack

Client
Database

Key Features

Describe between 1-3 key features of the application.

  • [Create API endpoint]
  • [Send API data to React Frontend]
  • [Learn more about frontend-backend implementation]

(back to top)

🚀 Live Demo

Not available at the moment

(back to top)

💻 Getting Started

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

Prerequisites

-Ruby -Rails -Node package manager (npm) -Code Editor

Setup

In the terminal, run git clone https://www.github.com/AckonSamuel/hello-rails-react.git cd hello-rails-react

Install

Install this project with:

- bundle install
- npm install

Usage

Create Database (Mandatory)

rails db:create
rails db:schema:load

If you have made a migration the run this command

rails db:migrate
rails s

(back to top)

👥 Author

👤 Ackon Samuel

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

None at the moment

(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 a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I ascribe all Glory to the Almighty God.

(back to top)

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • [Rails and React is not soo difficult to learn]

    • [You need to be conversant with the necessary GEMS]
  • [BUilding Rails API to an existing app]

    • [Create a new API controller with its route config in routes.rb]

(back to top)

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)