https://github.com/yusufyusie/hello-rails-react
This web app combines React, Rails, and Webpack to provide users with a random greeting upon each visit. React handles the frontend, Rails manages the backend with a RESTful API, and Webpack optimizes asset bundling for a seamless and personalized user experience..
https://github.com/yusufyusie/hello-rails-react
react redux ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
This web app combines React, Rails, and Webpack to provide users with a random greeting upon each visit. React handles the frontend, Rails manages the backend with a RESTful API, and Webpack optimizes asset bundling for a seamless and personalized user experience..
- Host: GitHub
- URL: https://github.com/yusufyusie/hello-rails-react
- Owner: yusufyusie
- License: mit
- Created: 2024-02-28T22:08:05.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-02T09:34:52.000Z (over 2 years ago)
- Last Synced: 2025-01-15T14:12:10.190Z (over 1 year ago)
- Topics: react, redux, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 1.02 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📗 Table of Contents
- [Greeting App ](#greeting-app-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites ](#prerequisites-)
- [Setup ](#setup-)
- [Installation ](#installation-)
- [database ](#database-)
- [Usage ](#usage-)
- [✍️ Authors ](#️-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#--license-)
**This web app combines React, Rails, and Webpack to provide users with a random greeting upon each visit. React handles the frontend, Rails manages the backend with a RESTful API, and Webpack optimizes asset bundling for a seamless and personalized user experience.**.
FrontEnd
- HTML
- CSS
- JavaScript
- React
- Redux
BackEnd
- Ruby
Frameworks
- Rails
Database
- PostgreSQL
- **Generate random greeting**
To get a local copy up and running, follow these steps.
In order to run this project you need [Ruby](https://www.ruby-lang.org/en/), [Rails](https://rubyonrails.org/), [postgres](https://www.postgresql.org/) installed on your machine, and [react](https://react.dev/)
Clone this repository to your desired folder:
```sh
git clone https://github.com/yusufyusie/hello-rails-react.git
```
```sh
cd hello-rails-react
```
Install this project with:
```sh
bundle install
```
Install node dependencies with:
```sh
npm install
```
Build project with:
```sh
npm run build
```
Create databases and run the migrations with:
```sh
rails db:create
rails db:migrate
rails db:seed
```
To run the project, execute the following command:
```sh
rails server
```
👤 **Yesuf Fenta**
- GitHub: [@yusufyusie](https://github.com/yusufyusie)
- Twitter: [@yusufyusie](https://twitter.com/@yusufyusiee)
- LinkedIn: [Yesuf Fenta](https://www.linkedin.com/in/yusufyusie/)
- Frontend Mentor - [@yusufyusie](https://www.frontendmentor.io/profile/yusufyusie)
- [ ] **I will add authentication to this project.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/)
If you like this project, please consider giving it a 🌟.
I would like to thank microverse for serving this opprtunity.
This project is licensed under the MIT License. See the [MIT](./LICENSE) file for more details.