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..
- HTML
- CSS
- JavaScript
- React
- Redux
- Ruby
- Rails
- PostgreSQL
- Generate random greeting
To get a local copy up and running, follow these steps.
In order to run this project you need Ruby, Rails, postgres installed on your machine, and react
Clone this repository to your desired folder:
git clone https://github.com/lucash2022/hello-rails-react.git
cd hello-rails-react
Install this project with:
bundle install
Install node dependencies with:
npm install
Build project with:
npm run build
Create databases and run the migrations with:
rails db:create
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server
👤 Lucas Erkana
- GitHub: @Lucash2022
- Twitter: @Lucas_David_22
- LinkedIn: Lucas Erkana
- Frontend Mentor - @Lucash2022
- I will add authentication to this project.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
If you like this project, please consider giving it a 🌟.
I would like to thank microverse for serving this opprtunity.
This project is MIT licensed.