https://github.com/aliatayee/hello-rails-react
  
  
    This is a basic greeting app which has been built with rails as backend and react as frontend. 
    https://github.com/aliatayee/hello-rails-react
  
rails rails-react react redux
        Last synced: 7 months ago 
        JSON representation
    
This is a basic greeting app which has been built with rails as backend and react as frontend.
- Host: GitHub
- URL: https://github.com/aliatayee/hello-rails-react
- Owner: aliatayee
- Created: 2022-10-18T08:15:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T08:41:16.000Z (about 3 years ago)
- Last Synced: 2025-02-07T22:33:30.899Z (9 months ago)
- Topics: rails, rails-react, react, redux
- Language: Ruby
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          
# Hello Rails React
> This is a basic greeting app which has been built with rails as backend and react as frontend. 
## Major Technologies
- [ ] Ruby on Rails
- [ ] Postgresql
- [ ] React
### Install & Setup
To setup and install this sample AlFa Blog project, follow the below steps:
- Clone this project by the command: 
  ```
  git clone https://github.com/aliatayee/hello-rails-react
  ```
- Then switch to the project folder by the bellow query:
  ```
  cd hello-rails-react
  ```
- Install the required dependecies with:
  ```
  bundle install
  ```
- Install npm dependencies with: 
  ```
  yarn install
  ```
- Before running below commands update [config/database.yml](./config/database.yml) with your local `DB`credentials. Then run:
    ```
    rake db:create
    ```
    ```
    rake db:migrate
    ```
    ```
    rake db:seed
    ```
- With Ruby on Rails and PostgreSQL installed in your environment, you can run `rails server` to run the website.
### Prerequisites
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.
- Postgresql
- Node installed
### Authors
👤 **Ali**
- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)
- LinkedIn: [@aliatayee](https://www.linkedin.com/in/aliatayee/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc