Hello Rails React is a project setup as one app with Webpack.
This app is build with Ruby on Rails and Postgresql.
Ruby Ruby on Rails Postgresql React Redux
- User can see a random greeting.
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Postgresql
- Install Yarn
- Understanding of Ruby
- Clone this repository to your desired folder:
git clone https://github.com/bernabasy/hello-rails-react.git
- Navigate into the cloned folder
cd hello-rails-react
- Install this project with:
bundle install
yarn install
- Set up the database
Change the username and password of your postgres account in
config/database.yml
rails db:create db:migrate db:seed
- Start the server
rails s
👤 Bernabas
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Add a form to create a greeting
- Add more greetings
- Some UX improvements: include transitions and/or animations, etc.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please leave a ⭐️
- I would like to thank Microverse for providing the reading materials that aided us to during the project development
This project is MIT licensed.