https://github.com/selma-belhadj/hello-react-rails
A Rails React application that displays random messages
https://github.com/selma-belhadj/hello-react-rails
javascript react ruby ruby-on-rails
Last synced: 2 months ago
JSON representation
A Rails React application that displays random messages
- Host: GitHub
- URL: https://github.com/selma-belhadj/hello-react-rails
- Owner: selma-belhadj
- Created: 2022-08-09T08:43:57.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-08-10T08:40:16.000Z (almost 4 years ago)
- Last Synced: 2025-06-11T20:37:19.307Z (about 1 year ago)
- Topics: javascript, react, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 983 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Hello React Rails app
Theis app is built in order to implement a connection between a Ruby on Rails back-end and React front-end. And to understand the pros and cons of different approaches of connecting Ruby on Rails back-end with React front-end.
## Getting Started
- clone the repository
`git clone https://github.com/selma-belhadj/hello-react-rails.git`
- navigate to the folder
`cd BlogApp`
- checkout the feature
`git checkout development
- Install packages
`bundle install`
- Setup database
`rails db:setup`
- Run migration
`rails db:migrate`
## Built With
- Ruby
- Ruby on Rails version (_6.1.6_)
- PostgreSQL
- React
## Authors
👤 **Selma Belhadj**
- GitHub: [@selma-belhadj](https://github.com/selma-belhadj)
- Twitter: [@Bel_Selma16](https://twitter.com/Bel_Selma16)
- LinkedIn: [@selma-belhadj](https://www.linkedin.com/in/selma-belhadj/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/selma-belhadj/hello-react-rails/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.