An open API service indexing awesome lists of open source software.

https://github.com/realiens/hello-react-rails


https://github.com/realiens/hello-react-rails

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## hello-rails-react
This is a simple project that where I connect react and ruby on rails to diplay random greetings

## Built With
- Ruby
- Ruby on Rails
- Javascript
- React
- Getting Started
To get a local copy up and running follow these simple example steps.
```
git clone git@github.com:ReAliens/hello-react-rails.git

cd hello-rails-react
```

## Setup
Install npm with:
```
npm i
```

## Install gems with:
```
bundle install
```

## Setup database with:
```
rails db:create
rails db:migrate
```
## Usage

Start server with:
```
rails server
Open http://localhost:3000/ in your browser.
```

## Author
👤 **Ahmed Reda**

- GitHub: [@ReAliens](https://github.com/ReAliens)
- Twitter: [@AhmedRedaMoha19](https://twitter.com/AhmedRedaMoha19)
- LinkedIn: [Ahmed-Reda](https://www.linkedin.com/in/armali/)
- Email: ahmedreda152@gmail.com

## 🤝 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!

## 📝 License

This project is [MIT](./MIT.md) licensed.