- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
The Greeting App is a simple web application built to demonstrate the implementation of a connection between a Ruby on Rails back-end and a React front-end. It generates random greetings and serves as a learning tool for understanding the integration between these two technologies.
Server
Client
Database
- [User can read random greetings]
To get a local copy up and running, follow these steps.
In order to run this project you need:
To have installed ruby on your computer To have installed rails
gem install rails
Clone this repository to your desired folder:
git clone https://github.com/asifaminisonline/Rails-React.git
Install this project with:
cd hello-rails-react
rails db:create db:migrate db:seed
bundle install
yarn install
npm i
To run the project, execute the following command:
./bin/dev
👤 Asif Amin
- GitHub: @asifaminisonline
- Twitter: @Asif Amin
- LinkedIn: @Asif Amin
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give it a star ⭐️
I would like to thank microverse for providing all the reading resources to buld this
This project is MIT licensed.