An open API service indexing awesome lists of open source software.

https://github.com/zewdu444/hello_world_rails_react

This project demonstrates the process of setting up and utilizing Rails and React together by employing a webpack configuration.
https://github.com/zewdu444/hello_world_rails_react

rails7 reactjs webpack

Last synced: 5 months ago
JSON representation

This project demonstrates the process of setting up and utilizing Rails and React together by employing a webpack configuration.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [📹 video presentation](#video-presentation)
- [:camera: screenshots](#screenshots)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)

- [📝 License](#license)

# :abc: Hello world app

> This project demonstrates the process of setting up and utilizing Rails and React together by employing a webpack configuration.

## 🛠 Built With

### Tech Stack

- ROR
- Postgresql
- React

### Key Features

- [x] Random greeting generator API
- [x] Display random greeting
- [x] used redux and rails to store and display greetings

(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:

- Command line or terminal
- IDE such as VsCode.
- Rails needs to be installed on your system.

### Setup

Clone this repository to your desired folder:
Example command:

```sh
git clonehttps://github.com/zewdu444/hello_world_rails_react.git
cd hello_world_rails_react

```

### Install

Example command:

```sh
cd hello_world_rails_react
bundle install (install all dependencies)

```

### Usage

To run the project redirecting to the root directory of the project and run the following command:

```sh
bundle exec rails assets:precompile (to compile assets)
./bin/dev (to run web application)

```
### API
to get random greeting from the API use the following link:
```sh
http://127.0.0.1:3000/api/v1/greetings

```

## 👥 Authors

👤 **Zewdu Erkyhun**

- GitHub: [@zewdu444](https://github.com/zewdu444)
- Twitter: [@zewdu444](https://twitter.com/zewdu444)
- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)

(back to top)

## 🔭 Future Features

- Add styling for displaying greeting

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/zewdu444/hello_world_rails_react/issues).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

-

I would like to thank microverse community for the support and guidance

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)