https://github.com/realiens/hello-react-rails
https://github.com/realiens/hello-react-rails
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/realiens/hello-react-rails
- Owner: ReAliens
- Created: 2022-04-27T04:53:43.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-27T18:52:40.000Z (about 4 years ago)
- Last Synced: 2024-10-18T08:55:30.466Z (over 1 year ago)
- Language: Ruby
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.