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.
- Host: GitHub
- URL: https://github.com/zewdu444/hello_world_rails_react
- Owner: zewdu444
- License: mit
- Created: 2023-06-05T10:42:21.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-06T10:07:54.000Z (about 3 years ago)
- Last Synced: 2025-02-13T12:53:41.477Z (over 1 year ago)
- Topics: rails7, reactjs, webpack
- Language: Ruby
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
> This project demonstrates the process of setting up and utilizing Rails and React together by employing a webpack configuration.
- ROR
- Postgresql
- React
- [x] Random greeting generator API
- [x] Display random greeting
- [x] used redux and rails to store and display greetings
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
```
👤 **Zewdu Erkyhun**
- GitHub: [@zewdu444](https://github.com/zewdu444)
- Twitter: [@zewdu444](https://twitter.com/zewdu444)
- LinkedIn: [zewdu-anley](https://www.linkedin.com/in/zewdu-anley/)
- Add styling for displaying greeting
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/zewdu444/hello_world_rails_react/issues).
Give a ⭐️ if you like this project!
-
I would like to thank microverse community for the support and guidance
This project is [MIT](./LICENSE) licensed.