https://github.com/benmuiruri/hello-rails-react
A Rails React application that displays greetings from around the world
https://github.com/benmuiruri/hello-rails-react
rails-api react reactjs ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
A Rails React application that displays greetings from around the world
- Host: GitHub
- URL: https://github.com/benmuiruri/hello-rails-react
- Owner: Benmuiruri
- Created: 2022-08-08T15:18:05.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2022-08-10T07:22:10.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T04:06:46.796Z (over 1 year ago)
- Topics: rails-api, react, reactjs, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 2.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Hello Rails React App
> A Rails React application that displays greetings from around the world
## Built With
- **Ruby**
- **Rails**
- **Postgresql**
- **React**
## Methodology used
- TDD via RSPEC
## Getting Started
To get a local copy up and running follow these simple example steps.
## Prerequisites
- You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.
## Setup
- Clone the project `git@github.com:Benmuiruri/hello-rails-react.git`
- navigate to the folder `cd hello-rails-react`
- Install required gems `bundle install`
- Load the database `rails db:reset`
## Usage
- start the rails server `rails server`
- start the react server `./bin/webpack-dev-server`
- Enjoy interacting with the app.
## Author
👤 **Ben Kiarie**
- GitHub: [Ben Kiarie](https://github.com/Benmuiruri) - Follow me on Github, browse my projects, and leave a star for any project you like.
- Twitter: [Optimize](https://twitter.com/_optimize) - Follow me on Twitter I will make your Timeline a bit more interesting
- LinkedIn: [Ben Kiarie](https://www.linkedin.com/in/benjamin-kiarie-180b66149/) - Connect with me on LinkedIn and help each other grow professionally
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Benmuiruri/hello-rails-react/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Hat tip to anyone whose code inspired our project