Project view's shot |
---|
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Hello-Rails-React] is a Rails application that integrates React with Webpack, utilizing the jsbundling-rails gem. It features a Postgres database for storing five different greetings, with an API endpoint to retrieve a random greeting, all while having a static root view.
Server
Database
- [React-Integrated Rails Application]
- [Random Greeting API]
- [React Router for Navigation]
- [Redux State Management]
To get a local copy up and running, follow these steps.
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
cd my-folder
https://github.com/ab-noori/Hello-Rails-React.git
Install this project with:
bundle install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
👤 Abdul Ali Noori
- GitHub: @ab-noori
- Twitter: @AbdulAliNoori4
- LinkedIn: abdulali-noori
- [Giving a nice bootstrap style]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star.
First, I would like to thank Microverse and my coding partners.
This project is MIT licensed.