An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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.