/hello-react-front-end

This is a React app to show how to connect rails api and react in a separate application.

Primary LanguageJavaScript


📗 Table of Contents

Hello React Backend

Hello React Backend

This is the backend(API) of an educational project for testing the integration of rails and react. It's mainly built using Ruby on Rails. Link for the backend

🛠 Built With

Tech Stack

Client
Database

(back to top)

🚀 Live Demo

  • Comming soon ⌛

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby
  • Ruby on Rails
  • PostgreSql

Visit this link on how to install Ruby for different OS's.

Visit this link on how to install PostgreSQL.

After installing Ruby you can install rails by using the following command:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd your-folder
  git clone https://github.com/Paul-tes/hello-react-front-end.git

Install

Install this project with:

  cd hello-react-front-end
  bundle i

Usage

To run the project, execute the following command:

  rails s

Run tests

To run tests, run the following command:

  rspec spec/

Deployment

  • N/A

(back to top)

👥 Authors

👤 Abel Gebeyehu

🔭 Future Features

  • [Provide live demo]

(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 make sure to give it a star 🌟

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)