https://github.com/zhadier/hello-rails-react
https://github.com/zhadier/hello-rails-react
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhadier/hello-rails-react
- Owner: zhadier
- Created: 2022-05-30T17:16:16.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-31T14:31:55.000Z (over 3 years ago)
- Last Synced: 2025-01-26T11:12:26.456Z (12 months ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Hello Rails React
> "Hello Rails React" is a Full stack practice app to integrate react in the front end and rails in the backend using react-rails gem
## Built With
- React
- Ruby
- Rails
- Postgres
## Getting Started
## Video Demo
[Loom](https://www.loom.com/share/4140ea0d2a9b4573a8555e5c754df359)
### To launch the project locally:
#### Step 1:
- Clone this repo locally using git in the command line and the following command
```bash
> git clone git@github.com:zhadier/hello-rails-react.git
```
- Then cd into the directory using
```bash
> cd hello-rails-react
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory
#### Step 2:
- In the project directory, you should download all dependencies using:
```bash
> bundle install
```
- then setup the db using the following command in the CL
```bash
> bin/rails db:setup
```
- Finally, you can use this command to start the live server and checkout the app!
```bash
> bin/rails s
```
## Testing:
To perform tests, run the following command
```bash
> bundle exec rspec spec
```
## Authors
👤 **Zeeshan Haider**
- GitHub: [@zhadier](https://github.com/zhadier)
- LinkedIn: [Zeeshan Haider](https://www.linkedin.com/in/zhadier39/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome and highly encouraged!
We feel that your input is what helps us grow so you're always Welcome :)
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
I would love to hear your thoughts and ideas 🖤
## 📝 License
This project is [MIT](./MIT.md) licensed.