https://github.com/developerwaleed/hello-rails-react
This is a rails app that is created with react!
https://github.com/developerwaleed/hello-rails-react
Last synced: 10 months ago
JSON representation
This is a rails app that is created with react!
- Host: GitHub
- URL: https://github.com/developerwaleed/hello-rails-react
- Owner: developerwaleed
- Created: 2022-11-21T17:14:05.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-22T18:43:25.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:44:27.548Z (over 1 year ago)
- Language: Ruby
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Hello Rails React
> Generate random greeting messages.
## Made With
- Ruby on Rails
- React
## Getting Started
### Setup
To setup the project locally: clone the repository using:
```
git clone https://github.com/developerwaleed/Hello-Rails-React.git
```
### Install dependencies
run:
```
bundle install
```
### Setup database
run:
```
rails db:create
rails db:migrate
rails db:seed
```
### Run the app
run:
```
yarn build
rails s
```
## Authors
| 👤 Name | Github | Twitter | LinkedIn |
|------|--------|---------|----------|
|Waleed Amjad|[@caasperr](https://github.com/developerwaleed)|[@developerwaleed](https://twitter.com/developerwaleed)|[@developerwaleed](https://www.linkedin.com/in/developerwaleed/)|
## 🤝 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!