- 📖 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]
- [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/kessie2862/Hello-Rails-React.gitInstall this project with:
bundle install
rails db:create
rails db:migrateTo run the project, execute the following command:
rails serverTo run tests, run the following command:
rspec spec👤 : Prosper Kessie
- GitHub: @kessie2862
- LinkedIn: LinkedIn
- [Add more styles to improve the UI]
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.