https://github.com/lucas-erkana/hello-rails-react
Hello Rails React is a project that combines the power of Ruby on Rails and React.js to create a dynamic web application with a randomized greeting feature. This project follows a set of requirements to ensure a smooth setup and functionality.
https://github.com/lucas-erkana/hello-rails-react
react-native redux ruby-on-rails
Last synced: 9 months ago
JSON representation
Hello Rails React is a project that combines the power of Ruby on Rails and React.js to create a dynamic web application with a randomized greeting feature. This project follows a set of requirements to ensure a smooth setup and functionality.
- Host: GitHub
- URL: https://github.com/lucas-erkana/hello-rails-react
- Owner: Lucas-Erkana
- License: mit
- Created: 2023-07-18T17:19:49.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-19T07:41:12.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T03:50:49.463Z (over 1 year ago)
- Topics: react-native, redux, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 136 KB
- Stars: 6
- Watchers: 0
- 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/lucash2022/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
```
👤 **Lucas Erkana**
- GitHub: [@Lucash2022](https://github.com/Lucash2022)
- Twitter: [@Lucas_David_22](https://twitter.com/@Lucas_David_22)
- LinkedIn: [Lucas Erkana](https://www.linkedin.com/in/lucas-erkana/)
- Frontend Mentor - [@Lucash2022](https://www.frontendmentor.io/profile/Lucash2022)
- [ ] **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 [MIT](./LICENSE) licensed.