- 📖 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
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/Hello-Rails-Backend.git
Install this project with:
cd hello-rails-Backend
rails db:create db:migrate db:seed
bundle install
To run the project, execute the following command:
rails s
👤 Asif Amin
- GitHub: @asifaminisonline
- Twitter: @Asif Amin
- LinkedIn: @Asif Amin
Frontend link: Frontend
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.